wok-6.x diff openexr/stuff/gcc43.patch @ rev 9045
asterisk-sound-fr: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 08:55:47 2011 +0100 (2011-03-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openexr/stuff/gcc43.patch Fri Mar 04 08:55:47 2011 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +diff -Nura openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1.new/exrenvmap/main.cpp 1.5 +--- openexr-1.6.1/exrenvmap/main.cpp 2007-04-25 03:07:51.000000000 +0200 1.6 ++++ openexr-1.6.1.new/exrenvmap/main.cpp 2008-10-30 17:18:13.000000000 +0100 1.7 +@@ -45,6 +45,7 @@ 1.8 + #include <iostream> 1.9 + #include <exception> 1.10 + #include <stdlib.h> 1.11 ++#include <string.h> 1.12 + 1.13 + using namespace Imf; 1.14 + using namespace std; 1.15 +diff -Nura openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1.new/exrmaketiled/main.cpp 1.16 +--- openexr-1.6.1/exrmaketiled/main.cpp 2007-04-25 03:08:45.000000000 +0200 1.17 ++++ openexr-1.6.1.new/exrmaketiled/main.cpp 2008-10-30 17:18:40.000000000 +0100 1.18 +@@ -46,6 +46,7 @@ 1.19 + #include <exception> 1.20 + #include <string> 1.21 + #include <stdlib.h> 1.22 ++#include <string.h> 1.23 + 1.24 + using namespace Imf; 1.25 + using namespace std;