Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/antlr/files: 2.7.7-gcc-4.4.patch
Date: Sun, 29 Mar 2009 21:59:31
Message-Id: E1Lo32Q-0007j7-0r@stork.gentoo.org
1 betelgeuse 09/03/29 21:59:30
2
3 Added: 2.7.7-gcc-4.4.patch
4 Log:
5 Add patch for gcc 4.4. Fixes bug #262319.
6 (Portage version: 2.2_rc27/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-java/antlr/files/2.7.7-gcc-4.4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/antlr/files/2.7.7-gcc-4.4.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/antlr/files/2.7.7-gcc-4.4.patch?rev=1.1&content-type=text/plain
13
14 Index: 2.7.7-gcc-4.4.patch
15 ===================================================================
16 --- lib/cpp/antlr/CharScanner.hpp~ 2008-11-11 21:24:02.000000000 +0000
17 +++ lib/cpp/antlr/CharScanner.hpp 2008-11-11 21:24:33.000000000 +0000
18 @@ -10,6 +10,7 @@
19
20 #include <antlr/config.hpp>
21
22 +#include <cstdio>
23 #include <cstring>
24 #include <map>