Ticket #31525: boost.diff
File boost.diff, 615 bytes (added by takanori@…, 13 years ago) |
---|
-
Portfile
5 5 6 6 name boost 7 7 version 1.47.0 8 revision 1 8 9 license Boost-1.0 9 10 categories devel 10 11 platforms darwin … … 48 49 close ${config} 49 50 } 50 51 52 # FIXME: clang++ 3.0 produces broken boost libraries 53 if {${configure.compiler} == "clang"} { 54 configure.compiler llvm-gcc-4.2 55 } 56 51 57 configure.cmd ./bootstrap.sh 52 58 configure.args --without-libraries=python \ 53 59 --without-libraries=mpi \