Ticket #23381: patch-Portfile.diff
File patch-Portfile.diff, 628 bytes (added by jinksys@…, 15 years ago) |
---|
-
Portfile
old new 27 27 port:libmpeg2 \ 28 28 port:flac 29 29 30 platform darwin 10 { 31 patchfiles patch-backends-midi-coreaudio.cpp.diff 32 configure.build_arch 33 configure.cppflags -m32 -arch i386 34 configure.ldflags -arch i386 35 36 } 37 38 30 39 configure.args --with-ogg-prefix=${prefix} \ 31 40 --with-vorbis-prefix=${prefix} \ 32 41 --with-mad-prefix=${prefix} \ 33 42 --with-zlib-prefix=${prefix} \ 34 43 --with-flac-prefix=${prefix} \ 35 --with-sdl-prefix=${prefix} 44 --with-sdl-prefix=${prefix} 45 36 46 #build.target bundle 37 47 build.args OSXOPT=${prefix} 38 48