Ticket #12068: libogg-universal.patch
File libogg-universal.patch, 413 bytes (added by meissnem@…, 17 years ago) |
---|
-
(a) libogg-orig vs. (b) libogg-Portfile
a b 14 14 master_sites http://downloads.xiph.org/releases/ogg/ 15 15 checksums sha1 a3e495a8baf6939efad7e0bd11cc0e466838c3db 16 16 17 post-configure { 18 if {[variant_isset universal]} { 19 reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool 20 } 21 }