Ticket #16666: apple-gcc42-ryandesign-cxx.diff
File apple-gcc42-ryandesign-cxx.diff, 935 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
24 25 configure.dir ${workpath}/build 25 26 configure.cmd ${worksrcpath}/configure 26 27 configure.pre_args --prefix=${nprefix} 27 # C++ support breaks the build 28 configure.args --enable-languages=c,objc \ 28 configure.args --enable-languages=c,objc,c++,obj-c++ \ 29 29 --program-suffix=-apple-4.2 30 30 configure.cflags 31 31 configure.ldflags … … 39 39 post-destroot { 40 40 file delete -force \ 41 41 ${destroot}${nprefix}/man ${destroot}${nprefix}/info 42 system "cd ${destroot}${prefix}/bin && ln -sf ${nprefix}/bin/gcc-apple-4.2 && ln -sf ${nprefix}/bin/cpp-apple-4.2 "42 system "cd ${destroot}${prefix}/bin && ln -sf ${nprefix}/bin/gcc-apple-4.2 && ln -sf ${nprefix}/bin/cpp-apple-4.2 && ln -sf ${nprefix}/bin/g++-apple-4.2 && ln -sf ${nprefix}/bin/c++-apple-4.2" 43 43 } 44 44 45 45 livecheck.check moddate