Ticket #36849: Portfile-01-fixdeps.patch
File Portfile-01-fixdeps.patch, 1.2 KB (added by devernay (Frédéric Devernay), 12 years ago) |
---|
-
Portfile
old new 66 66 port:libtheora \ 67 67 port:libmodplug \ 68 68 port:jack \ 69 port:dirac \70 69 port:schroedinger \ 71 70 port:openjpeg \ 72 71 path:lib/libspeex.dylib:speex \ 73 72 port:libvpx \ 74 73 path:lib/pkgconfig/sdl.pc:libsdl \ 74 port:fontconfig \ 75 75 port:bzip2 \ 76 76 port:zlib 77 77 … … 109 109 --enable-libmodplug \ 110 110 --enable-libvpx \ 111 111 --enable-libspeex \ 112 --enable-fontconfig \ 112 113 --disable-mmx \ 113 114 --disable-mmx2 \ 114 115 --disable-sse \ … … 195 196 license-append GPL-3+ 196 197 } 197 198 199 variant dc1394 description {Use libdc1394 for firewire camera.} { 200 patchfiles-append ffmpeg-0.11-dc1394.patch 201 configure.args-append --enable-libdc1394 202 depends_lib-append port:libdc1394 203 } 198 204 199 205 # the build server uses the default variants, and we want distributable binaries 200 206 # nonfree code is disabled by default but can be enabled using the +nonfree variant