Ticket #18850: patch-Portfile.2.diff
File patch-Portfile.2.diff, 713 bytes (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
4 4 5 5 name mediatomb 6 6 version 0.11.0 7 revision 1 7 8 categories net multimedia 8 9 platforms darwin 9 10 maintainers yattenator@gmail.com … … 22 23 depends_lib port:libiconv port:zlib port:spidermonkey \ 23 24 port:file port:curl port:libexif port:expat 24 25 25 patchfiles patch-src_url.cc.diff 26 use_autoreconf yes 26 27 28 patchfiles patch-src_url.cc.diff \ 29 patch-configure.ac.diff \ 30 patch-src-metadata-ffmpeg_handler.cc.diff 31 27 32 configure.args \ 28 33 --enable-libjs --with-js-h=${prefix}/include/js --enable-libexif \ 29 34 --disable-sqlite3 --disable-mysql \