Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/xxdiff/files: xxdiff-3.2-gcc43.patch
Date: Sun, 20 Apr 2008 09:37:15
Message-Id: E1JnVyz-00024b-1q@stork.gentoo.org
1 vapier 08/04/20 09:37:13
2
3 Added: xxdiff-3.2-gcc43.patch
4 Log:
5 Add fix from Debian for building with gcc-4.3 #214181 by Peter Alfredsen.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 dev-util/xxdiff/files/xxdiff-3.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xxdiff/files/xxdiff-3.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/xxdiff/files/xxdiff-3.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: xxdiff-3.2-gcc43.patch
15 ===================================================================
16 fix from Debian for building with gcc-4.3
17
18 http://bugs.gentoo.org/214181
19
20 --- xxdiff-3.2/src/resources.inline.h
21 +++ xxdiff-3.2/src/resources.inline.h
22 @@ -20,6 +20,8 @@
23 *
24 ******************************************************************************/
25
26 +#include <cstdlib>
27 +
28 /*==============================================================================
29 * EXTERNAL DECLARATIONS
30 *============================================================================*/
31
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list