Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/enblend/files: enblend-3.0-gcc43.patch
Date: Fri, 02 May 2008 11:43:42
Message-Id: E1Jrtfs-0002FV-Ra@stork.gentoo.org
1 maekke 08/05/02 11:43:36
2
3 Added: enblend-3.0-gcc43.patch
4 Log:
5 fix building with gcc-4.3 by Peter Alfredsen in bug #219779; remove old
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 media-gfx/enblend/files/enblend-3.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/files/enblend-3.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/files/enblend-3.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: enblend-3.0-gcc43.patch
15 ===================================================================
16 #! /bin/sh /usr/share/dpatch/dpatch-run
17 ## gcc4.3-includes.dpatch by Sebastian Harl <sh@××××××.org>
18 ##
19 ## DP: This patch adds missing includes required by gcc-4.3.
20
21 @DPATCH@
22
23 --- a/include/vigra/imageiteratoradapter.hxx 2007-01-27 05:54:46.000000000 +0100
24 +++ b/include/vigra/imageiteratoradapter.hxx 2007-12-27 18:15:52.000000000 +0100
25 @@ -38,6 +38,8 @@
26 #ifndef VIGRA_IMAGEITERATORADAPTER_HXX
27 #define VIGRA_IMAGEITERATORADAPTER_HXX
28
29 +#include <cstdlib>
30 +
31 #include <iterator> // iterator tags
32
33 namespace vigra {
34 --- a/src/gpu.cc 2006-12-08 09:40:58.000000000 +0100
35 +++ b/src/gpu.cc 2007-12-28 04:04:49.000000000 +0100
36 @@ -18,6 +18,8 @@
37 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38 */
39
40 +#include <cstdlib>
41 +
42 #include <iostream>
43
44 #include "gpu.h"
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list