Ticket #52172: Portfile.diff
File Portfile.diff, 1022 bytes (added by howarth.at.macports@…, 8 years ago) |
---|
-
Portfile
old new 7 7 8 8 # Please revbump ../../math/maxima when this port changes 9 9 version 1.3.8 10 revision 1 10 11 11 12 categories lang 12 13 license BSD … … 82 83 83 84 build { 84 85 reinplace s|CC=gcc|CC=${configure.cc}| ${worksrcpath}/contrib/asdf-module.mk 85 system "ulimit -s 8192 && unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && cd ${worksrcpath} && export CC && CC=${configure.cc} && export CXX && CXX=${configure.cxx} && export CPP && CPP==${configure.cpp} && sh ./make.sh ${make_sh_options} --prefix=${prefix} --xc-host=${host_lisp}"86 system "ulimit -s 8192 && unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && export SBCL_MACOSX_VERSION_MIN=10.5 && cd ${worksrcpath} && export CC && CC=${configure.cc} && export CXX && CXX=${configure.cxx} && export CPP && CPP==${configure.cpp} && sh ./make.sh ${make_sh_options} --prefix=${prefix} --xc-host=${host_lisp}" 86 87 } 87 88 88 89 post-build {