Ticket #20324: smpeg.diff
File smpeg.diff, 705 bytes (added by info@…, 15 years ago) |
---|
-
Portfile
46 46 47 47 use_parallel_build no 48 48 49 platform 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 49 60 post-configure { 50 61 # It's too much of a PITA to autoreconf 51 62 delete ${worksrcpath}/libtool