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/late/files: late-0.1.0-gcc43.patch
Date: Sun, 04 May 2008 22:45:44
Message-Id: E1JsmxY-00067o-U1@stork.gentoo.org
1 nyhm 08/05/04 22:45:32
2
3 Added: late-0.1.0-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-arcade/late/files/late-0.1.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/late/files/late-0.1.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/late/files/late-0.1.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: late-0.1.0-gcc43.patch
15 ===================================================================
16 --- src/init.cpp
17 +++ src/init.cpp
18 @@ -26,6 +26,8 @@
19 #include "scorescreen.h"
20 #include <fstream>
21 #include <iostream>
22 +#include <cstdlib>
23 +#include <cstring>
24 using namespace std;
25
26
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list