summaryrefslogtreecommitdiffstats
path: root/graphics/openexr/gcc43.patch
blob: 47d39fdab2758b413ba945b36b38f53a6268f809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# From http://bugs.gentoo.org/show_bug.cgi?id=212435
#
diff -Naur openexr-1.6.1-orig/exrenvmap/main.cpp openexr-1.6.1/exrenvmap/main.cpp
--- openexr-1.6.1-orig/exrenvmap/main.cpp	2007-04-24 19:07:51.000000000 -0600
+++ openexr-1.6.1/exrenvmap/main.cpp	2008-01-12 20:28:56.000000000 -0600
@@ -43,6 +43,7 @@
 #include <makeLatLongMap.h>
 #include <ImfEnvmap.h>
 #include <iostream>
+#include <cstring>
 #include <exception>
 #include <stdlib.h>
 
diff -Naur openexr-1.6.1-orig/exrmaketiled/main.cpp openexr-1.6.1/exrmaketiled/main.cpp
--- openexr-1.6.1-orig/exrmaketiled/main.cpp	2007-04-24 19:08:45.000000000 -0600
+++ openexr-1.6.1/exrmaketiled/main.cpp	2008-01-12 20:28:14.000000000 -0600
@@ -45,6 +45,7 @@
 #include <iostream>
 #include <exception>
 #include <string>
+#include <cstring>
 #include <stdlib.h>
 
 using namespace Imf;