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-sports/foosball/files: foosball-0.92-gcc43.patch
Date: Fri, 02 May 2008 23:01:34
Message-Id: E1Js4Fw-0000gj-LS@stork.gentoo.org
1 nyhm 08/05/02 23:01:32
2
3 Added: foosball-0.92-gcc43.patch
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-sports/foosball/files/foosball-0.92-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foosball/files/foosball-0.92-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foosball/files/foosball-0.92-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: foosball-0.92-gcc43.patch
15 ===================================================================
16 --- foosball/foosball.hxx
17 +++ foosball/foosball.hxx
18 @@ -15,9 +15,10 @@
19 * *
20 ***************************************************************************/
21
22 - #include <stdio.h>
23 - #include <stdlib.h>
24 - #include <math.h>
25 + #include <cstdio>
26 + #include <cstdlib>
27 + #include <cmath>
28 + #include <cstring>
29 #include "sgw.hxx"
30
31 #define PLAYER1 (0) // Left to Right Player
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list