summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-07-23 09:42:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-07-23 09:42:30 +0000
commitc3bef9397e55e0af44f0de6e44f5524216099eba (patch)
tree23b0149d652da5ff4f2f1442c300a1a1b092a801 /media-libs/openexr_ctl/files
parentbump (diff)
downloadhistorical-c3bef9397e55e0af44f0de6e44f5524216099eba.tar.gz
historical-c3bef9397e55e0af44f0de6e44f5524216099eba.tar.bz2
historical-c3bef9397e55e0af44f0de6e44f5524216099eba.zip
Fix namespace handling with OpenEXR >= 2.0.1 wrt http://lists.gnu.org/archive/html/openexr-devel/2013-04/msg00031.html
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64 Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'media-libs/openexr_ctl/files')
-rw-r--r--media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch
new file mode 100644
index 000000000000..7c30515f122d
--- /dev/null
+++ b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-namespace.patch
@@ -0,0 +1,18 @@
+http://lists.gnu.org/archive/html/openexr-devel/2013-04/msg00031.html
+
+--- IlmImfCtl/ImfCtlApplyTransforms.h
++++ IlmImfCtl/ImfCtlApplyTransforms.h
+@@ -186,12 +186,7 @@
+ #include <vector>
+ #include <ImathBox.h>
+ #include <ImfThreading.h>
+-
+-namespace Imf
+-{
+- class Header;
+- class FrameBuffer;
+-}
++#include <ImfForward.h>
+
+ namespace Ctl
+ {