Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes/files: tomatoes-1.55-gcc43.patch
Date: Thu, 01 May 2008 15:53:39
Message-Id: E1Jrb6G-0003gl-Pc@stork.gentoo.org
1 nyhm 08/05/01 15:53:36
2
3 Added: tomatoes-1.55-gcc43.patch
4 Log:
5 Patch to fix building with gcc-4.3 from Martin Väth, bug #218940
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-arcade/tomatoes/files/tomatoes-1.55-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/files/tomatoes-1.55-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tomatoes/files/tomatoes-1.55-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: tomatoes-1.55-gcc43.patch
15 ===================================================================
16 --- src/config.cpp
17 +++ src/config.cpp
18 @@ -27,8 +27,9 @@
19
20 *************************************************************************/
21
22 -#include <stdio.h>
23 -#include <stdlib.h>
24 +#include <cstring>
25 +#include <cstdio>
26 +#include <cstdlib>
27 #include "config.h"
28 #include "init.h"
29
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list