From 7d137842f8a47fb3e74edda33d21aeafadc9690e Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 21 Sep 2010 11:46:33 +0200 Subject: move the bugfix patch for package freeimage into a separate patch file --- src/freeimage-1-no-shared.patch | 11 ----------- src/freeimage-2-fix-missing-include.patch | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 src/freeimage-2-fix-missing-include.patch diff --git a/src/freeimage-1-no-shared.patch b/src/freeimage-1-no-shared.patch index 27ec3bb..2d0f093 100644 --- a/src/freeimage-1-no-shared.patch +++ b/src/freeimage-1-no-shared.patch @@ -43,14 +43,3 @@ diff -urN a/Makefile.gnu b/Makefile.gnu clean: rm -f core Dist/*.* u2dtmp* $(MODULES) $(STATICLIB) $(SHAREDLIB) $(LIBNAME) -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 - #include - #include - 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 + #include + #include + -- cgit v0.12