summaryrefslogtreecommitdiff
path: root/homebrew/mtools/.make.sh-auto
blob: ad9760843acf65f28c087bca0ce33dd1dbb00ddd (plain)
1
2
3
4
5
6
7
8
9
10
pkg:setup
if ENV.cc == "clang"
inreplace "sysincludes.h", "
"
end
args = %W[LIBS=-liconv --disable-debug --prefix=#{prefix} --sysconfdir=#{etc} --without-x ]
pkg:configure *args
make
ENV.deparallelize
make DESTDIR=${PKG_DEST} install