diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-03-03 06:03:04 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-03-03 06:03:04 +0000 |
commit | d8eb082478a60adae1960ec4b050ad27c3c46b85 (patch) | |
tree | 173b567e1026a1e0a4a0e3223a0b373b6734952e /media-libs/ctl/files | |
parent | Version bump. (diff) | |
download | gentoo-2-d8eb082478a60adae1960ec4b050ad27c3c46b85.tar.gz gentoo-2-d8eb082478a60adae1960ec4b050ad27c3c46b85.tar.bz2 gentoo-2-d8eb082478a60adae1960ec4b050ad27c3c46b85.zip |
Fix build with GCC 4.7 (bug #426368).
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'media-libs/ctl/files')
-rw-r--r-- | media-libs/ctl/files/ctl-1.4.1-gcc47.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-libs/ctl/files/ctl-1.4.1-gcc47.patch b/media-libs/ctl/files/ctl-1.4.1-gcc47.patch new file mode 100644 index 000000000000..1aa4be4fe6d0 --- /dev/null +++ b/media-libs/ctl/files/ctl-1.4.1-gcc47.patch @@ -0,0 +1,15 @@ + https://bugs.gentoo.org/426368 + + IlmCtl/CtlInterpreter.cpp | 1 + + 1 file changed, 1 insertion(+) + +--- a/IlmCtl/CtlInterpreter.cpp ++++ b/IlmCtl/CtlInterpreter.cpp +@@ -64,6 +64,7 @@ + #include <fstream> + #include <algorithm> + #include <cassert> ++#include <unistd.h> + + #ifdef WIN32 + #include <io.h> |