summaryrefslogtreecommitdiff
path: root/homebrew/mpir/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mpir/.make.sh-auto')
-rw-r--r--homebrew/mpir/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/mpir/.make.sh-auto b/homebrew/mpir/.make.sh-auto
new file mode 100644
index 000000000..22a85ff8e
--- /dev/null
+++ b/homebrew/mpir/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+args = %W[--disable-silent-rules --prefix=#{prefix} --enable-cxx]
+args << "--build=#{Hardware.oldest_cpu}-apple-darwin#{`uname -r`.to_i}"
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install