Author: viric Date: Thu Nov 11 22:16:39 2010 New Revision: 24673 URL: https://svn.nixos.org/websvn/nix/?rev=24673&sc=1
Log: I forgot a patch for freeimage. Added: nixpkgs/trunk/pkgs/development/libraries/freeimage/memset.patch Added: nixpkgs/trunk/pkgs/development/libraries/freeimage/memset.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ nixpkgs/trunk/pkgs/development/libraries/freeimage/memset.patch Thu Nov 11 22:16:39 2010 (r24673) @@ -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> + _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
