Ticket #12402: mpeg4ip-universal.patch

File mpeg4ip-universal.patch, 413 bytes (added by meissnem@…, 17 years ago)

add +universal support

  • Portfile

    old new  
    2828                        --disable-player \
    2929                        --mandir=${prefix}/share/man
    3030
     31post-configure {
     32    if {[variant_isset universal]} {
     33        reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
     34    }   
     35}
     36
    3137patchfiles              patch-bootstrap.diff
    3238
    3339build.target            {}