Ticket #43100: patch-sdl-variant.diff
File patch-sdl-variant.diff, 1.1 KB (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
74 74 port:freetype \ 75 75 path:lib/libspeex.dylib:speex \ 76 76 port:libvpx \ 77 port:libsdl \78 77 port:bzip2 \ 79 78 port:zlib 80 79 … … 120 119 --enable-libfreetype \ 121 120 --disable-indev=jack \ 122 121 --disable-outdev=xv \ 122 --disable-outdev=sdl \ 123 --disable-ffplay \ 123 124 --disable-vda \ 124 125 --mandir=${prefix}/share/man \ 125 126 --enable-shared --enable-pthreads \ … … 198 199 configure.args-append --enable-libdc1394 199 200 } 200 201 202 variant sdl description {Enable SDL support including sdl outdev and ffplay} { 203 depends_lib-append port:libsdl 204 configure.args-delete --disable-outdev=sdl \ 205 --disable-ffplay 206 } 207 208 default_variants +sdl 209 201 210 variant gpl2 description {Enable GPL code, license will be GPL-2+} { 202 211 configure.args-append --enable-gpl \ 203 212 --enable-postproc \