summaryrefslogtreecommitdiff
path: root/homebrew/mdds/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mdds/.make.sh-auto')
-rw-r--r--homebrew/mdds/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/mdds/.make.sh-auto b/homebrew/mdds/.make.sh-auto
new file mode 100644
index 000000000..d18495b40
--- /dev/null
+++ b/homebrew/mdds/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+inreplace "configure.ac", "$CPPFLAGS -I/usr/include -I/usr/local/include", "$CPPFLAGS -I/usr/local/include"
+autoconf
+pkg:configure
+make DESTDIR=${PKG_DEST} install