summaryrefslogtreecommitdiff
path: root/homebrew/argyllcms/.make.sh-auto
blob: f4ac005082566de9f55a3817c89ba3cb116d2b45 (plain)
1
2
3
4
5
6
7
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"