Parent Directory
|
Revision Log
* Fri Feb 01 2008 Rex Dieter <rdieter@fedoraproject.org> 1.6.1-3 - gcc43 patch - purge rpaths
| 1 | diff -up openexr-1.6.1/exrmaketiled/main.cpp.gcc43 openexr-1.6.1/exrmaketiled/main.cpp |
| 2 | --- openexr-1.6.1/exrmaketiled/main.cpp.gcc43 2007-04-24 20:08:45.000000000 -0500 |
| 3 | +++ openexr-1.6.1/exrmaketiled/main.cpp 2008-02-01 08:21:29.000000000 -0600 |
| 4 | @@ -44,7 +44,7 @@ |
| 5 | |
| 6 | #include <iostream> |
| 7 | #include <exception> |
| 8 | -#include <string> |
| 9 | +#include <string.h> |
| 10 | #include <stdlib.h> |
| 11 | |
| 12 | using namespace Imf; |
| 13 | diff -up openexr-1.6.1/exrenvmap/main.cpp.gcc43 openexr-1.6.1/exrenvmap/main.cpp |
| 14 | --- openexr-1.6.1/exrenvmap/main.cpp.gcc43 2007-04-24 20:07:51.000000000 -0500 |
| 15 | +++ openexr-1.6.1/exrenvmap/main.cpp 2008-02-01 08:22:10.000000000 -0600 |
| 16 | @@ -45,6 +45,7 @@ |
| 17 | #include <iostream> |
| 18 | #include <exception> |
| 19 | #include <stdlib.h> |
| 20 | +#include <string.h> |
| 21 | |
| 22 | using namespace Imf; |
| 23 | using namespace std; |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |