Ticket #30137: Portfile.diff
File Portfile.diff, 651 bytes (added by dbevans (David B. Evans), 13 years ago) |
---|
-
Portfile
73 73 port:bzip2 \ 74 74 port:zlib 75 75 76 77 use_parallel_build no 78 76 79 build.cmd ${prefix}/bin/gmake 77 80 build.env-append V=1 78 81 … … 85 88 # Under some conditions, llvm-gcc-4.2 drops some "unused" code even though it is used 86 89 # fixed in llvm-gcc trunk, but not in Apple's shipped llvm-gccs. 87 90 if {${configure.compiler} == "llvm-gcc-4.2"} { 88 configure.compiler clang91 configure.compiler gcc-4.2 89 92 } 90 93 91 94 configure.cflags-append -DHAVE_LRINTF ${configure.cppflags}