summary refs log tree commit diff
path: root/pkgs/development/libraries/freeimage
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-11 22:16:39 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-11 22:16:39 +0000
commit88769633254aa2bd7a39fafd5e84c592f2fc2e1d (patch)
treeea10f2b6dd8b851938215a45e2100c227c4fd9c0 /pkgs/development/libraries/freeimage
parentbca9914534995ca1777ec2fc6d97ced1bb7bf2b5 (diff)
downloadnixpkgs-88769633254aa2bd7a39fafd5e84c592f2fc2e1d.tar
nixpkgs-88769633254aa2bd7a39fafd5e84c592f2fc2e1d.tar.gz
nixpkgs-88769633254aa2bd7a39fafd5e84c592f2fc2e1d.tar.bz2
nixpkgs-88769633254aa2bd7a39fafd5e84c592f2fc2e1d.tar.lz
nixpkgs-88769633254aa2bd7a39fafd5e84c592f2fc2e1d.tar.xz
nixpkgs-88769633254aa2bd7a39fafd5e84c592f2fc2e1d.tar.zst
nixpkgs-88769633254aa2bd7a39fafd5e84c592f2fc2e1d.zip
I forgot a patch for freeimage.
svn path=/nixpkgs/trunk/; revision=24673
Diffstat (limited to 'pkgs/development/libraries/freeimage')
-rw-r--r--pkgs/development/libraries/freeimage/memset.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/libraries/freeimage/memset.patch b/pkgs/development/libraries/freeimage/memset.patch
new file mode 100644
index 00000000000..91eabf10fdc
--- /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 <string.h>

+ #include <iostream>

+ #include <iomanip>

+