summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-30 08:47:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-30 08:47:56 +0000
commit72d6abe22cbf3990664dad2c4dee658267e519a5 (patch)
treec0ad46046a007c7c829cd9bed78383b0bd121345 /media-libs/openexr_ctl/files
parentFix building with GCC 4.3 and various other build issues with patch from (diff)
downloadgentoo-2-72d6abe22cbf3990664dad2c4dee658267e519a5.tar.gz
gentoo-2-72d6abe22cbf3990664dad2c4dee658267e519a5.tar.bz2
gentoo-2-72d6abe22cbf3990664dad2c4dee658267e519a5.zip
Fix building with GCC 4.4 wrt #275903.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/openexr_ctl/files')
-rw-r--r--media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch
new file mode 100644
index 000000000000..08530bdeaad3
--- /dev/null
+++ b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc44.patch
@@ -0,0 +1,11 @@
+diff -ur openexr_ctl-1.0.1.orig/exr_ctl_exr/applyCtl.cpp openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp
+--- openexr_ctl-1.0.1.orig/exr_ctl_exr/applyCtl.cpp 2007-07-13 06:24:37.000000000 +0300
++++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2009-07-30 11:46:29.000000000 +0300
+@@ -60,6 +60,7 @@
+ #include <ImfStandardAttributes.h>
+ #include <ImfHeader.h>
+ #include <ImfFrameBuffer.h>
++#include <cstdio>
+ #include <cassert>
+ #include <iostream>
+ #include <vector>