Ticket #23830: mlt-Portfile-23830.diff

File mlt-Portfile-23830.diff, 612 bytes (added by ddennedy (Dan Dennedy), 14 years ago)

This should be the fix. I staged an upgrade from 0.4.10 to 0.5.2 to test this, and it worked. Thanks for the hint Ryan.

  • multimedia/mlt/Portfile

    old new  
    5757
    5858configure.cflags-append     "-I${prefix}/include"
    5959configure.cflags-append     "-I${prefix}/libexec/qt4-mac/include"
     60configure.ldflags-delete    "-L${prefix}/lib"
     61configure.ldflags-append    "-L${worksrcpath}/src/framework"
    6062configure.ldflags-append    "-L${prefix}/lib"
    6163build.env                   CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
    6264build.args-append           CC="${configure.cc}" CXX="${configure.cxx}" CPP="${configure.cpp}"