Ticket #16745: apple-gcc42_build_universal_build_pth.diff
File apple-gcc42_build_universal_build_pth.diff, 673 bytes (added by illogical1@…, 16 years ago) |
---|
-
devel/pth/Portfile
old new 26 26 27 27 configure.args --mandir=${prefix}/share/man 28 28 29 post-configure { 30 reinplace "s|verstring\=|\ s:\${wl}:|g" ${worksrcpath}/libtool 31 if {[variant_isset universal]} { 32 reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool 33 } 34 } 35 29 36 post-destroot { 30 37 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 31 38 xinstall -m 644 -W ${worksrcpath} ANNOUNCE AUTHORS ChangeLog COPYING \