From 88769633254aa2bd7a39fafd5e84c592f2fc2e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 11 Nov 2010 22:16:39 +0000 Subject: [PATCH] I forgot a patch for freeimage. svn path=/nixpkgs/trunk/; revision=24673 --- pkgs/development/libraries/freeimage/memset.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkgs/development/libraries/freeimage/memset.patch diff --git a/pkgs/development/libraries/freeimage/memset.patch b/pkgs/development/libraries/freeimage/memset.patch new file mode 100644 index 000000000000..91eabf10fdc8 --- /dev/null +++ b/pkgs/development/libraries/freeimage/memset.patch @@ -0,0 +1,11 @@ +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 +