diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-09-12 14:13:23 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-09-12 14:13:23 (GMT) |
commit | 36a5c7e62cc142d8abdb344b51d7e9d924db5917 (patch) | |
tree | 619fdf21f18a3e2d95323b8a93cb327b25fc2c56 | |
parent | fb1689fa9c7f2e8d4541ea68bffe624a75dbc2e5 (diff) | |
download | mxe-36a5c7e62cc142d8abdb344b51d7e9d924db5917.zip mxe-36a5c7e62cc142d8abdb344b51d7e9d924db5917.tar.gz mxe-36a5c7e62cc142d8abdb344b51d7e9d924db5917.tar.bz2 |
bugfix for package ilmbase (by Tony Theodore)
-rw-r--r-- | src/ilmbase-1-gcc45-include.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ilmbase-1-gcc45-include.patch b/src/ilmbase-1-gcc45-include.patch new file mode 100644 index 0000000..fc83a0b --- /dev/null +++ b/src/ilmbase-1-gcc45-include.patch @@ -0,0 +1,16 @@ +This file is part of mingw-cross-env. +See doc/index.html for further information. + +This patch has been taken from: +http://cvs.savannah.gnu.org/viewvc/IlmBase/Imath/ImathMatrix.h?root=openexr&r1=1.7&r2=1.8&view=patch + +--- a/Imath/ImathMatrix.h 2010/07/16 22:48:40 1.7 ++++ b/Imath/ImathMatrix.h 2010/08/04 21:01:38 1.8 +@@ -51,6 +51,7 @@ + + #include <iostream> + #include <iomanip> ++#include <string.h> + + #if (defined _WIN32 || defined _WIN64) && defined _MSC_VER + // suppress exception specification warnings |