diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:06:22 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:06:22 +0200 |
commit | f4e82a14ba4495a95617b6e1c82ec479493e097d (patch) | |
tree | 78be98ad0e100d14f9a4c716924583c77cb3dae1 /extra/openexr/openexr-gcc4.patch | |
parent | 4ae4687848c0d24e39bf6bbd0790597b4a8ef936 (diff) | |
download | nutyx-pakxe-f4e82a14ba4495a95617b6e1c82ec479493e097d.tar.gz nutyx-pakxe-f4e82a14ba4495a95617b6e1c82ec479493e097d.tar.bz2 nutyx-pakxe-f4e82a14ba4495a95617b6e1c82ec479493e097d.tar.xz nutyx-pakxe-f4e82a14ba4495a95617b6e1c82ec479493e097d.zip |
Ajout de openexr#1.6.1-1
Diffstat (limited to 'extra/openexr/openexr-gcc4.patch')
-rw-r--r-- | extra/openexr/openexr-gcc4.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/openexr/openexr-gcc4.patch b/extra/openexr/openexr-gcc4.patch new file mode 100644 index 000000000..5894ac060 --- /dev/null +++ b/extra/openexr/openexr-gcc4.patch @@ -0,0 +1,23 @@ +diff -Nura openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1.new/exrenvmap/main.cpp +--- openexr-1.6.1/exrenvmap/main.cpp 2007-04-25 03:07:51.000000000 +0200 ++++ openexr-1.6.1.new/exrenvmap/main.cpp 2008-10-30 17:18:13.000000000 +0100 +@@ -45,6 +45,7 @@ + #include <iostream> + #include <exception> + #include <stdlib.h> ++#include <string.h> + + using namespace Imf; + using namespace std; +diff -Nura openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1.new/exrmaketiled/main.cpp +--- openexr-1.6.1/exrmaketiled/main.cpp 2007-04-25 03:08:45.000000000 +0200 ++++ openexr-1.6.1.new/exrmaketiled/main.cpp 2008-10-30 17:18:40.000000000 +0100 +@@ -46,6 +46,7 @@ + #include <exception> + #include <string> + #include <stdlib.h> ++#include <string.h> + + using namespace Imf; + using namespace std; + |