Ticket #20324: smpeg.diff

File smpeg.diff, 705 bytes (added by info@…, 15 years ago)

Patch for Portfile ...

  • Portfile

     
    4646
    4747use_parallel_build      no
    4848
     49platform darwin 10 {
     50    set build_arch i386
     51    set sdkrootpath /Developer/SDKs/MacOSX10.5.sdk
     52
     53    configure.cflags-append -isysroot ${sdkrootpath} -arch i386 -mmacosx-version-min=10.5
     54    configure.env-append SHLIB_LDFLAGS='-Wl,-syslibroot,${sdkrootpath} -arch i386 -mmacosx-version-min=10.5'
     55
     56    patchfiles-append patch-MPEGaudio.h.diff patch-video.h.diff
     57    configure.args-append --disable-opengl-player
     58}
     59
    4960post-configure {
    5061        # It's too much of a PITA to autoreconf
    5162        delete ${worksrcpath}/libtool