Ticket #51832: libgcc-sierra.diff
File libgcc-sierra.diff, 679 bytes (added by e-t-h-a-n, 8 years ago) |
---|
-
Portfile
a b 88 88 OTOOL=${prefix}/bin/otool \ 89 89 OTOOL64=${prefix}/bin/otool 90 90 91 91 pre-configure { 92 92 configure.args-append --with-pkgversion="MacPorts ${name} ${version}_${revision}${portvariants}" 93 93 if {${subport} eq "libgcc"} { 94 configure.env-delete STRIP_FOR_TARGET=${prefix}/bin/strip 95 configure.env-append STRIP_FOR_TARGET="${prefix}/bin/strip -i" 96 } 94 97 # TODO: Remove when base automatically creates configure.dir (2.2.1?). 95 98 file mkdir ${configure.dir} 96 99 } 97 100 98 101 # http://trac.macports.org/ticket/29067