/[pkgs]/devel/OpenEXR/openexr-1.6.1-gcc43.patch
ViewVC logotype

Contents of /devel/OpenEXR/openexr-1.6.1-gcc43.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 1 14:35:10 2008 UTC (21 months, 3 weeks ago) by rdieter
Branch: MAIN
CVS Tags: F-12-split, F-9-split, OpenEXR-1_6_1-8_fc12, OpenEXR-1_6_1-5_fc11, OpenEXR-1_6_1-3_fc9, OpenEXR-1_6_1-6_fc11, F-11-split, F-10-split, OpenEXR-1_6_1-4_fc10, OpenEXR-1_6_1-7_fc12, HEAD
File MIME type: text/x-patch
* 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