Ticket #12402: mpeg4ip-universal.patch
File mpeg4ip-universal.patch, 413 bytes (added by meissnem@…, 17 years ago) |
---|
-
Portfile
old new 28 28 --disable-player \ 29 29 --mandir=${prefix}/share/man 30 30 31 post-configure { 32 if {[variant_isset universal]} { 33 reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool 34 } 35 } 36 31 37 patchfiles patch-bootstrap.diff 32 38 33 39 build.target {}