Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/pstoedit/files: pstoedit-3.45-gcc-4.3.patch
Date: Sun, 11 May 2008 21:56:12
Message-Id: E1JvJWb-0003Im-Tb@stork.gentoo.org
1 aballier 08/05/11 21:56:09
2
3 Added: pstoedit-3.45-gcc-4.3.patch
4 Log:
5 gcc 4.3 build fix by Martin Väth <vaeth@××××××××××××××××××××××××.de>, bug #218013
6 (Portage version: 2.1.5_rc10)
7
8 Revision Changes Path
9 1.1 media-gfx/pstoedit/files/pstoedit-3.45-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/files/pstoedit-3.45-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/files/pstoedit-3.45-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: pstoedit-3.45-gcc-4.3.patch
15 ===================================================================
16 --- src/cppcomp.h
17 +++ src/cppcomp.h
18 @@ -122,6 +122,8 @@
19 #define I_iomanip <iomanip>
20 #define I_ios <ios>
21 #define I_iostream <iostream>
22 +#include <cstdlib>
23 +#include <cstring>
24
25 #if (defined (_MSC_VER) && _MSC_VER >= 1100)
26 // 1100 is version 5.0
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list