Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/openexr_viewers/files: openexr_viewers-1.0.1-gcc43.patch
Date: Sat, 28 Jun 2008 22:01:42
Message-Id: E1KCiUD-0000Km-4s@stork.gentoo.org
1 loki_val 08/06/28 22:01:37
2
3 Added: openexr_viewers-1.0.1-gcc43.patch
4 Log:
5 Fix for gcc-4.3
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 media-gfx/openexr_viewers/files/openexr_viewers-1.0.1-gcc43.patch
10
11 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
12 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
13
14 Index: openexr_viewers-1.0.1-gcc43.patch
15 ===================================================================
16 diff -up openexr_viewers-1.0.1/exrdisplay/applyCtl.h.gcc43 openexr_viewers-1.0.1/exrdisplay/applyCtl.h
17 --- openexr_viewers-1.0.1/exrdisplay/applyCtl.h.gcc43 2006-12-09 01:14:07.000000000 +0100
18 +++ openexr_viewers-1.0.1/exrdisplay/applyCtl.h 2008-01-10 02:07:14.000000000 +0100
19 @@ -49,6 +49,7 @@
20 #include <ImfArray.h>
21 #include <ImfHeader.h>
22 #include <vector>
23 +#include <cstdlib>
24
25 //
26 // Apply a series of CTL transforms to the raw pixel data from an image file
27 diff -up openexr_viewers-1.0.1/configure.ac.gcc43 openexr_viewers-1.0.1/configure.ac
28 --- openexr_viewers-1.0.1/configure.ac.gcc43 2007-10-10 00:20:51.000000000 +0200
29 +++ openexr_viewers-1.0.1/configure.ac 2008-01-10 02:07:14.000000000 +0100
30 @@ -126,6 +126,7 @@ AM_COMPILELINKRUN(
31 #include <ImfFrameBuffer.h>
32 #include <ImathBox.h>
33 #include <vector>
34 +#include <cstdlib>
35 using namespace Ctl;
36 using namespace Imf;
37 using namespace Imath;
38 diff -up openexr_viewers-1.0.1/configure.gcc43 openexr_viewers-1.0.1/configure
39 --- openexr_viewers-1.0.1/configure.gcc43 2007-10-10 00:21:01.000000000 +0200
40 +++ openexr_viewers-1.0.1/configure 2008-01-10 02:07:14.000000000 +0100
41 @@ -20869,6 +20869,7 @@ cat >>conftest.$ac_ext <<_ACEOF
42 #include <ImfFrameBuffer.h>
43 #include <ImathBox.h>
44 #include <vector>
45 +#include <cstdlib>
46 using namespace Ctl;
47 using namespace Imf;
48 using namespace Imath;
49 diff -up openexr_viewers-1.0.1/playexr/ctlToLut.h.gcc43 openexr_viewers-1.0.1/playexr/ctlToLut.h
50 --- openexr_viewers-1.0.1/playexr/ctlToLut.h.gcc43 2008-01-10 03:09:55.000000000 +0100
51 +++ openexr_viewers-1.0.1/playexr/ctlToLut.h 2008-01-10 03:11:18.000000000 +0100
52 @@ -88,6 +88,7 @@
53 #include <string>
54 #include <vector>
55 #include <half.h>
56 +#include <cstdlib>
57
58
59 void
60 diff -up openexr_viewers-1.0.1/playexr/main.cpp.gcc43 openexr_viewers-1.0.1/playexr/main.cpp
61 --- openexr_viewers-1.0.1/playexr/main.cpp.gcc43 2008-01-10 03:05:03.000000000 +0100
62 +++ openexr_viewers-1.0.1/playexr/main.cpp 2008-01-10 03:05:48.000000000 +0100
63 @@ -48,6 +48,7 @@
64 #include <vector>
65 #include <string>
66 #include <stdlib.h>
67 +#include <cstring>
68
69 using namespace std;
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list