Ticket #49051: Portfile.diff

File Portfile.diff, 804 bytes (added by ramundsen85, 9 years ago)

second patch for Portfile to include another two patches

  • Portfile

    old new  
    140140                    PR-34741-no__clang_version__.patch \
    141141                    static_assert.patch \
    142142                    no-sparkle.patch \
    143                     patch-vlc-no-O4.diff
     143                    patch-vlc-no-O4.diff \
     144                    patch-opencv_example_include.diff
    144145
    145146post-patch {
    146147    reinplace "s:librsvg-2/librsvg:librsvg:" \
     
    398399        file mkdir "${worksrcpath}/contrib/lib"
    399400    }
    400401
     402    post-configure {
     403        system "cd ${worksrcpath} && ${patch.cmd} ${patch.pre_args} < ${portpath}/files/patch-linker_framework_option.diff"
     404    }
     405
    401406    post-destroot {
    402407        eval file delete [glob ${destroot}${prefix}/lib/vlc/plugins/*/*.la]
    403408