Ticket #31994: Portfile.patch
File Portfile.patch, 629 bytes (added by mni@…, 13 years ago) |
---|
-
Portfile
old new 28 28 29 29 configure.args --mandir=${prefix}/share/man 30 30 31 if {${configure.compiler} == "clang" || 32 ${configure.compiler} == "llvm-gcc-4.2"} { 33 configure.compiler gcc-4.2 34 if {![file executable ${configure.cc}]} { 35 depends_build-append port:apple-gcc42 36 configure.compiler apple-gcc-4.2 37 # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2 38 configure.cxx ${prefix}/bin/g++-apple-4.2 39 } 40 } 41 31 42 livecheck.url ${homepage} 32 43 livecheck.regex {/pwman-(.+?)/ChangeLog} 33 44