summaryrefslogtreecommitdiff
path: root/homebrew/tarsnap/.make.sh-auto
blob: 55ea05d74e3ed0d607dd06d2e2b13d165168b614 (plain)
1
2
3
4
5
6
7
pkg:setup
if MacOS.version == :el_capitan && MacOS::Xcode.version >= "8.0"
inreplace "libcperciva/util/monoclock.c", "CLOCK_MONOTONIC", "UNDEFINED_GIBBERISH"
end
args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --sysconfdir=#{etc} --with-bash-completion-dir=#{bash_completion} --without-lzma --without-lzmadec ]
pkg:configure *args
make DESTDIR=${PKG_DEST} install