public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/openexr_viewers/files: openexr_viewers-1.0.1-gcc43.patch
@ 2008-06-28 22:01 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-06-28 22:01 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/06/28 22:01:37

  Added:                openexr_viewers-1.0.1-gcc43.patch
  Log:
  Fix for gcc-4.3
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)

Revision  Changes    Path
1.1                  media-gfx/openexr_viewers/files/openexr_viewers-1.0.1-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/openexr_viewers/files/openexr_viewers-1.0.1-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/openexr_viewers/files/openexr_viewers-1.0.1-gcc43.patch?rev=1.1&content-type=text/plain

Index: openexr_viewers-1.0.1-gcc43.patch
===================================================================
diff -up openexr_viewers-1.0.1/exrdisplay/applyCtl.h.gcc43 openexr_viewers-1.0.1/exrdisplay/applyCtl.h
--- openexr_viewers-1.0.1/exrdisplay/applyCtl.h.gcc43	2006-12-09 01:14:07.000000000 +0100
+++ openexr_viewers-1.0.1/exrdisplay/applyCtl.h	2008-01-10 02:07:14.000000000 +0100
@@ -49,6 +49,7 @@
 #include <ImfArray.h>
 #include <ImfHeader.h>
 #include <vector>
+#include <cstdlib>
 
 //
 // Apply a series of CTL transforms to the raw pixel data from an image file
diff -up openexr_viewers-1.0.1/configure.ac.gcc43 openexr_viewers-1.0.1/configure.ac
--- openexr_viewers-1.0.1/configure.ac.gcc43	2007-10-10 00:20:51.000000000 +0200
+++ openexr_viewers-1.0.1/configure.ac	2008-01-10 02:07:14.000000000 +0100
@@ -126,6 +126,7 @@ AM_COMPILELINKRUN(
 #include <ImfFrameBuffer.h>
 #include <ImathBox.h>
 #include <vector>
+#include <cstdlib>
     using namespace Ctl;
     using namespace Imf;
     using namespace Imath;
diff -up openexr_viewers-1.0.1/configure.gcc43 openexr_viewers-1.0.1/configure
--- openexr_viewers-1.0.1/configure.gcc43	2007-10-10 00:21:01.000000000 +0200
+++ openexr_viewers-1.0.1/configure	2008-01-10 02:07:14.000000000 +0100
@@ -20869,6 +20869,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 #include <ImfFrameBuffer.h>
 #include <ImathBox.h>
 #include <vector>
+#include <cstdlib>
     using namespace Ctl;
     using namespace Imf;
     using namespace Imath;
diff -up openexr_viewers-1.0.1/playexr/ctlToLut.h.gcc43 openexr_viewers-1.0.1/playexr/ctlToLut.h
--- openexr_viewers-1.0.1/playexr/ctlToLut.h.gcc43	2008-01-10 03:09:55.000000000 +0100
+++ openexr_viewers-1.0.1/playexr/ctlToLut.h	2008-01-10 03:11:18.000000000 +0100
@@ -88,6 +88,7 @@
 #include <string>
 #include <vector>
 #include <half.h>
+#include <cstdlib>
 
 
 void
diff -up openexr_viewers-1.0.1/playexr/main.cpp.gcc43 openexr_viewers-1.0.1/playexr/main.cpp
--- openexr_viewers-1.0.1/playexr/main.cpp.gcc43	2008-01-10 03:05:03.000000000 +0100
+++ openexr_viewers-1.0.1/playexr/main.cpp	2008-01-10 03:05:48.000000000 +0100
@@ -48,6 +48,7 @@
 #include <vector>
 #include <string>
 #include <stdlib.h>
+#include <cstring>
 
 using namespace std;
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-28 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-28 22:01 [gentoo-commits] gentoo-x86 commit in media-gfx/openexr_viewers/files: openexr_viewers-1.0.1-gcc43.patch Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox