# HG changeset patch # User Volker Grabsch # Date 1285062393 -7200 # Node ID decfab9887009fdb06002897f690a5fa6d057221 # Parent c152d48bd9f1ce532b869eaa055461dec86841ea move the bugfix patch for package freeimage into a separate patch file diff -r c152d48bd9f1 -r decfab988700 src/freeimage-1-no-shared.patch --- a/src/freeimage-1-no-shared.patch Mon Sep 20 12:57:44 2010 +0200 +++ b/src/freeimage-1-no-shared.patch Tue Sep 21 11:46:33 2010 +0200 @@ -43,14 +43,3 @@ 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 -r c152d48bd9f1 -r decfab988700 src/freeimage-2-fix-missing-include.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/freeimage-2-fix-missing-include.patch Tue Sep 21 11:46:33 2010 +0200 @@ -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 +