diff --git a/src/freeimage-2-fix-missing-include.patch b/src/freeimage-2-fix-missing-include.patch deleted file mode 100644 index b2906405..00000000 --- a/src/freeimage-2-fix-missing-include.patch +++ /dev/null @@ -1,17 +0,0 @@ -This file is part of mingw-cross-env. -See doc/index.html for further information. - -This patch has been taken from: -http://sourceforge.net/tracker/?func=detail&aid=3072582&group_id=11504&atid=311504 - -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.mk b/src/freeimage.mk index e6bb0b7a..123faa2a 100644 --- a/src/freeimage.mk +++ b/src/freeimage.mk @@ -4,8 +4,8 @@ # FreeImage PKG := freeimage $(PKG)_IGNORE := -$(PKG)_VERSION := 3.14.1 -$(PKG)_CHECKSUM := cc09671e16460c27242280c2b6100f39974c89e1 +$(PKG)_VERSION := 3.15.0 +$(PKG)_CHECKSUM := ec2faa01d1b312aab68d77afe62861759c790100 $(PKG)_SUBDIR := FreeImage $(PKG)_FILE := FreeImage$(subst .,,$($(PKG)_VERSION)).zip $(PKG)_WEBSITE := http://freeimage.sourceforge.net/