Ticket #16745: apple-gcc42_build_universal_build_flac.diff
File apple-gcc42_build_universal_build_flac.diff, 620 bytes (added by illogical1@…, 16 years ago) |
---|
-
audio/flac/Portfile
old new 30 30 configure.args --mandir=${prefix}/share/man \ 31 31 --disable-xmms-plugin 32 32 33 post-configure { 34 reinplace "s|verstring\=|\ s:\${wl}:|g" ${worksrcpath}/libtool 35 if {[variant_isset universal]} { 36 reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool 37 } 38 } 39 33 40 build.args OBJ_FORMAT=macho 34 41 35 42 test.run yes