summaryrefslogtreecommitdiff
path: root/homebrew/argyllcms/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/argyllcms/.make.sh-auto')
-rw-r--r--homebrew/argyllcms/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/argyllcms/.make.sh-auto b/homebrew/argyllcms/.make.sh-auto
new file mode 100644
index 000000000..f4ac00508
--- /dev/null
+++ b/homebrew/argyllcms/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+if MacOS.version == :el_capitan && MacOS::Xcode.version >= "8.0"
+inreplace "numlib/numsup.c", "CLOCK_MONOTONIC", "UNDEFINED_GIBBERISH"
+end
+sh makeall.sh
+./makeDESTDIR=${PKG_DEST} install.sh
+rm "bin/License.txt"
+prefix.install "bin", "ref", "doc"