summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Lambers <marlam@marlam.de>2012-12-09 05:33:22 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-09 05:33:22 (GMT)
commita524876df6b2f80ef95ec556b99558338842864f (patch)
treeff7ccc889b02f057d23c61b71a7ed31b624e9ed3
parent5b8a11f1e50bb9bc444a75e291cc80635427f86d (diff)
downloadmxe-a524876df6b2f80ef95ec556b99558338842864f.zip
mxe-a524876df6b2f80ef95ec556b99558338842864f.tar.gz
mxe-a524876df6b2f80ef95ec556b99558338842864f.tar.bz2
package openscenegraph: disable broken plugins
-rw-r--r--src/openscenegraph-1-disable-broken-plugins.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/openscenegraph-1-disable-broken-plugins.patch b/src/openscenegraph-1-disable-broken-plugins.patch
new file mode 100644
index 0000000..76dd6a9
--- /dev/null
+++ b/src/openscenegraph-1-disable-broken-plugins.patch
@@ -0,0 +1,28 @@
+This file is part of MXE.
+See index.html for further information.
+
+This patch has been taken from:
+
+http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-11/msg00009.html
+
+diff -uNr a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2011-07-31 09:50:34.000000000 +0200
++++ b/CMakeLists.txt 2012-11-26 09:41:12.199384455 +0100
+@@ -466,7 +466,7 @@
+ FIND_PACKAGE(LibVNCServer)
+ FIND_PACKAGE(OurDCMTK)
+ FIND_PACKAGE(OpenAL)
+- FIND_PACKAGE(FFmpeg)
++ #FIND_PACKAGE(FFmpeg)
+ FIND_PACKAGE(DirectShow)
+ FIND_PACKAGE(SDL)
+ FIND_PACKAGE(Poppler-glib)
+@@ -530,7 +530,7 @@
+ # can use Quicktime.
+ IF(NOT ANDROID)
+ IF(NOT APPLE)
+- FIND_PACKAGE(GIFLIB)
++ #FIND_PACKAGE(GIFLIB)
+ FIND_PACKAGE(JPEG)
+ FIND_PACKAGE(PNG)
+ FIND_PACKAGE(TIFF)