Ticket #26611: libid3tag.diff
File libid3tag.diff, 597 bytes (added by jon.hermansen@…, 14 years ago) |
---|
-
Portfile
25 25 } 26 26 27 27 post-configure { 28 if {[variant_isset universal]} { 29 reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool 30 } 28 if {[variant_isset universal]} { 29 set archflags ${configure.universal_ldflags} 30 } else { 31 set archflags ${configure.ld_archflags} 32 } 33 reinplace "s|CC -dynamiclib|CC -dynamiclib ${archflags}|g" ${worksrcpath}/libtool 31 34 } 32 35 33 36 post-destroot {