summaryrefslogtreecommitdiffstats
path: root/src/freeimage-2-fix-missing-include.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-09-21 09:46:33 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-09-21 09:46:33 (GMT)
commit7d137842f8a47fb3e74edda33d21aeafadc9690e (patch)
treebc30f03bd61757653df7bf292aa2caa4f2ce0224 /src/freeimage-2-fix-missing-include.patch
parentd4c14f30602f29aac3e2582a52a3cf895415dcad (diff)
downloadmxe-7d137842f8a47fb3e74edda33d21aeafadc9690e.zip
mxe-7d137842f8a47fb3e74edda33d21aeafadc9690e.tar.gz
mxe-7d137842f8a47fb3e74edda33d21aeafadc9690e.tar.bz2
move the bugfix patch for package freeimage into a separate patch file
Diffstat (limited to 'src/freeimage-2-fix-missing-include.patch')
-rw-r--r--src/freeimage-2-fix-missing-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/freeimage-2-fix-missing-include.patch b/src/freeimage-2-fix-missing-include.patch
new file mode 100644
index 0000000..32f86cd
--- /dev/null
+++ b/src/freeimage-2-fix-missing-include.patch
@@ -0,0 +1,14 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+diff -urN a/Source/OpenEXR/Imath/ImathMatrix.h b/Source/OpenEXR/Imath/ImathMatrix.h
+--- a/Source/OpenEXR/Imath/ImathMatrix.h 2010-07-17 12:48:40.000000000 +0200
++++ b/Source/OpenEXR/Imath/ImathMatrix.h 2010-09-03 18:38:37.138598422 +0200
+@@ -49,6 +49,7 @@
+ #include "ImathVec.h"
+ #include "ImathShear.h"
+
++#include <string.h>
+ #include <iostream>
+ #include <iomanip>
+