summaryrefslogtreecommitdiff
path: root/homebrew/gnusmalltalk/.make.sh-auto
blob: 3726fd56fc462c595dd335ebac644b707a6f6551 (plain)
1
2
3
4
5
6
7
8
9
pkg:setup
if MacOS.version == "10.11" && MacOS::Xcode.version >= "8.0"
ENV["ac_cv_search_clock_gettime"] = "no"
end
args = %W[--disable-debug --disable-dependency-tracking --prefix=#{prefix} --with-lispdir=#{elisp} --disable-gtk --with-readline=#{Formula["readline"].opt_lib} --without-tcl --without-tk --without-x ]
autoreconf -ivf
pkg:configure *args
make
make DESTDIR=${PKG_DEST} install