Ticket #47410: Portfile.diff
File Portfile.diff, 549 bytes (added by howarth.at.macports@…, 10 years ago) |
---|
-
Portfile
old new 107 107 OTOOL64=${prefix}/bin/otool 108 108 109 109 pre-configure { 110 # work around https://llvm.org/bugs/show_bug.cgi?id=22046 111 if {[vercmp ${xcodeversion} 6.3] >= 0} { 112 configure.args-append --with-build-config=bootstrap-debug 113 } 110 114 configure.args-append --with-pkgversion="MacPorts ${name} ${version}_${revision}${portvariants}" 111 115 112 116 # TODO: Remove when base automatically creates configure.dir (2.2.1?).