summaryrefslogtreecommitdiff
path: root/homebrew/libcddb/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libcddb/.make.sh-auto')
-rw-r--r--homebrew/libcddb/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libcddb/.make.sh-auto b/homebrew/libcddb/.make.sh-auto
new file mode 100644
index 000000000..a0e256f71
--- /dev/null
+++ b/homebrew/libcddb/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+if MacOS.version == :yosemite && MacOS::Xcode.version >= "7.0"
+ENV.delete("SDKROOT")
+end
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install