Ticket #31759: Portfile.diff
File Portfile.diff, 384 bytes (added by raphael-st (Raphael Straub), 13 years ago) |
---|
-
Portfile
old new 40 40 if {![file executable ${configure.cc}]} { 41 41 depends_build-append port:apple-gcc42 42 42 configure.compiler apple-gcc-4.2 43 # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2 44 configure.cxx ${prefix}/bin/g++-apple-4.2 43 45 } 44 46 } 45 47