Magellan Linux

Contents of /trunk/openexr/patches/openexr-1.6.1-gcc43.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 833 - (show annotations) (download)
Mon Jun 8 18:38:19 2009 UTC (14 years, 11 months ago) by niro
File size: 780 byte(s)
openexr patches

1 diff -Naur openexr-1.6.1-orig/exrenvmap/main.cpp openexr-1.6.1/exrenvmap/main.cpp
2 --- openexr-1.6.1-orig/exrenvmap/main.cpp 2007-04-24 19:07:51.000000000 -0600
3 +++ openexr-1.6.1/exrenvmap/main.cpp 2008-01-12 20:28:56.000000000 -0600
4 @@ -43,6 +43,7 @@
5 #include <makeLatLongMap.h>
6 #include <ImfEnvmap.h>
7 #include <iostream>
8 +#include <cstring>
9 #include <exception>
10 #include <stdlib.h>
11
12 diff -Naur openexr-1.6.1-orig/exrmaketiled/main.cpp openexr-1.6.1/exrmaketiled/main.cpp
13 --- openexr-1.6.1-orig/exrmaketiled/main.cpp 2007-04-24 19:08:45.000000000 -0600
14 +++ openexr-1.6.1/exrmaketiled/main.cpp 2008-01-12 20:28:14.000000000 -0600
15 @@ -45,6 +45,7 @@
16 #include <iostream>
17 #include <exception>
18 #include <string>
19 +#include <cstring>
20 #include <stdlib.h>
21
22 using namespace Imf;