Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/flex/files: flex-2.5.35-gcc44.patch
Date: Thu, 26 Mar 2009 04:27:52
Message-Id: E1LmhC2-0000T1-Df@stork.gentoo.org
1 dirtyepic 09/03/26 04:27:50
2
3 Added: flex-2.5.35-gcc44.patch
4 Log:
5 Include cstdio for GCC 4.4.
6 (Portage version: 2.2_rc27/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-devel/flex/files/flex-2.5.35-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/flex/files/flex-2.5.35-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/flex/files/flex-2.5.35-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: flex-2.5.35-gcc44.patch
15 ===================================================================
16 https://sourceforge.net/tracker/?func=detail&aid=2178663&group_id=97492&atid=618177
17
18 diff -Naurp flex-2.5.35-orig/skel.c flex-2.5.35/skel.c
19 --- flex-2.5.35-orig/skel.c 2009-03-25 22:21:16.000000000 -0600
20 +++ flex-2.5.35/skel.c 2009-03-25 22:22:22.000000000 -0600
21 @@ -286,6 +286,7 @@ const char *skel[] = {
22 "#include <errno.h>",
23 "#include <cstdlib>",
24 "#include <cstring>",
25 + "#include <cstdio>",
26 "/* end standard C++ headers. */",
27 "%endif",
28 "",