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-libs/openexr_ctl/files: openexr_ctl-1.0.1-configure_gcc43.patch openexr_ctl-1.0.1-gcc43.patch
Date: Sat, 28 Jun 2008 21:35:41
Message-Id: E1KCi52-0008Vq-9r@stork.gentoo.org
1 loki_val 08/06/28 21:35:36
2
3 Added: openexr_ctl-1.0.1-configure_gcc43.patch
4 openexr_ctl-1.0.1-gcc43.patch
5 Log:
6 Fix for gcc-4.3.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.1 media-libs/openexr_ctl/files/openexr_ctl-1.0.1-configure_gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-configure_gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-configure_gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: openexr_ctl-1.0.1-configure_gcc43.patch
16 ===================================================================
17 diff -up openexr_ctl-1.0.1/configure.conf_gcc43 openexr_ctl-1.0.1/configure
18 --- openexr_ctl-1.0.1/configure.conf_gcc43 2008-01-09 17:08:57.000000000 +0100
19 +++ openexr_ctl-1.0.1/configure 2008-01-09 17:10:25.000000000 +0100
20 @@ -20851,6 +20851,7 @@ cat >>conftest.$ac_ext <<_ACEOF
21
22 #include <CtlSimdInterpreter.h>
23 #include <Iex.h>
24 +#include <cstdlib>
25
26 int
27 main ()
28 diff -up openexr_ctl-1.0.1/configure.ac.conf_gcc43 openexr_ctl-1.0.1/configure.ac
29 --- openexr_ctl-1.0.1/configure.ac.conf_gcc43 2008-01-09 17:11:25.000000000 +0100
30 +++ openexr_ctl-1.0.1/configure.ac 2008-01-09 17:12:17.000000000 +0100
31 @@ -108,6 +108,7 @@ AM_COMPILELINKRUN(
32 [$CTL_LIBS],[[
33 #include <CtlSimdInterpreter.h>
34 #include <Iex.h>
35 +#include <cstdlib>
36 ]],
37 [[Ctl::SimdInterpreter interp; interp.setMaxInstCount(10);]],
38 AC_MSG_RESULT([The ctl test program succeeded.]),
39
40
41
42 1.1 media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch?rev=1.1&content-type=text/plain
46
47 Index: openexr_ctl-1.0.1-gcc43.patch
48 ===================================================================
49 diff -up openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 openexr_ctl-1.0.1/exrdpx/main.cpp
50 --- openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 2007-07-25 08:28:17.000000000 +0200
51 +++ openexr_ctl-1.0.1/exrdpx/main.cpp 2008-01-08 20:27:14.000000000 +0100
52 @@ -60,6 +60,8 @@
53 #include <iostream>
54 #include <string>
55 #include <exception>
56 +#include <cstdlib>
57 +#include <cstring>
58
59 using namespace std;
60 using namespace Imf;
61 diff -up openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp
62 --- openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 2008-01-08 20:30:30.000000000 +0100
63 +++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2008-01-08 20:33:02.000000000 +0100
64 @@ -64,6 +64,7 @@
65 #include <iostream>
66 #include <vector>
67 #include <string>
68 +#include <cstdlib>
69
70 using namespace std;
71 using namespace Ctl;
72 diff -up openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/main.cpp
73 --- openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 2008-01-08 20:34:32.000000000 +0100
74 +++ openexr_ctl-1.0.1/exr_ctl_exr/main.cpp 2008-01-08 20:35:10.000000000 +0100
75 @@ -59,6 +59,7 @@
76 #include <iostream>
77 #include <string>
78 #include <exception>
79 +#include <cstdlib>
80 #include <ImfFloatAttribute.h>
81 #include <ImfVecAttribute.h>
82
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list