summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-07-23 09:42:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-07-23 09:42:23 +0000
commit765f2d127e39dccefd131ecff5dabe399f84c5b8 (patch)
tree5f4c98cc039e21b26b1f0675b97e12bc7be2c568 /media-libs/openexr_ctl/files
parentbump (diff)
downloadgentoo-2-765f2d127e39dccefd131ecff5dabe399f84c5b8.tar.gz
gentoo-2-765f2d127e39dccefd131ecff5dabe399f84c5b8.tar.bz2
gentoo-2-765f2d127e39dccefd131ecff5dabe399f84c5b8.zip
Fix namespace handling with OpenEXR >= 2.0.1 wrt http://lists.gnu.org/archive/html/openexr-devel/2013-04/msg00031.html
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
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
+ {