summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph-1-static.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-04-24 22:37:14 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-04-24 22:37:14 (GMT)
commit22e03456a948d67a333154e7043e73dcd73333d3 (patch)
treecb1f2d955792776cce23105956289356e8a7c9d3 /src/openscenegraph-1-static.patch
parent6097c67d79f6795f5943bc7870f5496868379eec (diff)
downloadmxe-22e03456a948d67a333154e7043e73dcd73333d3.zip
mxe-22e03456a948d67a333154e7043e73dcd73333d3.tar.gz
mxe-22e03456a948d67a333154e7043e73dcd73333d3.tar.bz2
fixed naming of patch files of package openscenegraph
Diffstat (limited to 'src/openscenegraph-1-static.patch')
-rw-r--r--src/openscenegraph-1-static.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/openscenegraph-1-static.patch b/src/openscenegraph-1-static.patch
new file mode 100644
index 0000000..1c2381e
--- /dev/null
+++ b/src/openscenegraph-1-static.patch
@@ -0,0 +1,14 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+--- OpenSceneGraph-2.8.2.orig/src/osgPlugins/exr/ReaderWriterEXR.cpp 2008-11-27 10:36:18.000000000 +0100
++++ OpenSceneGraph-2.8.2/src/osgPlugins/exr/ReaderWriterEXR.cpp 2010-01-26 21:36:31.000000000 +0100
+@@ -4,7 +4,7 @@
+ #include <osg/Image>
+ #include <osg/GL>
+
+-#ifdef _WIN32
++#if defined _WIN32 && !defined OSG_LIBRARY_STATIC
+ //Make the half format work against openEXR libs
+ #define OPENEXR_DLL
+ #endif