Ticket #20325: libsdl_mixer.portfile.patch
File libsdl_mixer.portfile.patch, 1.0 KB (added by stephan.diederich@…, 15 years ago) |
---|
-
Portfile
old new 11 11 maintainers nomaintainer 12 12 use_parallel_build yes 13 13 description Audio mixer library for SDL 14 universal_variant no 14 15 15 16 long_description \ 16 17 A sample multi-channel audio mixer library. It supports any number of \ … … 25 26 sha1 7fa56d378f9ca53434f9470aeb2997ad84a348c6 \ 26 27 rmd160 f2188b907aa779bb81415ac6726ad7f496357b85 27 28 28 depends_lib p ort:libsdl \29 depends_lib path:lib/pkgconfig/sdl.pc:libsdl \ 29 30 port:smpeg \ 30 31 port:libvorbis \ 31 32 port:libogg … … 35 36 --with-smpeg-prefix=${prefix} \ 36 37 --disable-smpegtest 37 38 39 configure.build_arch i386 40 41 configure.ldflags-append "-arch i386" 42 38 43 patch { 39 44 reinplace "s|`find_lib\\(.*\\.dylib\\)|${prefix}/lib/`find_lib\\1|g" ${worksrcpath}/configure 40 45 }