summaryrefslogtreecommitdiffstats
path: root/abs/core/openexr/gcc43.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 17:48:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 17:48:02 (GMT)
commit9a94627cd98a34f36f7dc200768841a81039afda (patch)
tree3118cffd8c22205eb1b31387a630a305da277d5e /abs/core/openexr/gcc43.patch
parentd8b184861c06ae009bb0351ab0d5dba1a36b8e42 (diff)
downloadlinhes_pkgbuild-9a94627cd98a34f36f7dc200768841a81039afda.zip
linhes_pkgbuild-9a94627cd98a34f36f7dc200768841a81039afda.tar.gz
linhes_pkgbuild-9a94627cd98a34f36f7dc200768841a81039afda.tar.bz2
openexr 1.7.0
Diffstat (limited to 'abs/core/openexr/gcc43.patch')
-rw-r--r--abs/core/openexr/gcc43.patch29
1 files changed, 9 insertions, 20 deletions
diff --git a/abs/core/openexr/gcc43.patch b/abs/core/openexr/gcc43.patch
index 3624872..ab99eb9 100644
--- a/abs/core/openexr/gcc43.patch
+++ b/abs/core/openexr/gcc43.patch
@@ -1,22 +1,11 @@
-diff -Nura openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1.new/exrenvmap/main.cpp
---- openexr-1.6.1/exrenvmap/main.cpp 2007-04-25 03:07:51.000000000 +0200
-+++ openexr-1.6.1.new/exrenvmap/main.cpp 2008-10-30 17:18:13.000000000 +0100
-@@ -45,6 +45,7 @@
- #include <iostream>
- #include <exception>
- #include <stdlib.h>
-+#include <string.h>
+--- exrenvmap/blurImage.cpp
++++ exrenvmap/blurImage.cpp
+@@ -39,6 +39,8 @@
+ //
+ //-----------------------------------------------------------------------------
- using namespace Imf;
- using namespace std;
-diff -Nura openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1.new/exrmaketiled/main.cpp
---- openexr-1.6.1/exrmaketiled/main.cpp 2007-04-25 03:08:45.000000000 +0200
-+++ openexr-1.6.1.new/exrmaketiled/main.cpp 2008-10-30 17:18:40.000000000 +0100
-@@ -46,6 +46,7 @@
- #include <exception>
- #include <string>
- #include <stdlib.h>
-+#include <string.h>
++#include <cstring>
++
+ #include <blurImage.h>
- using namespace Imf;
- using namespace std;
+ #include <resizeImage.h>