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-emulation/stella/files: stella-2.5.1-gcc43.patch
Date: Fri, 02 May 2008 18:42:54
Message-Id: E1Js0Db-0006ns-Am@stork.gentoo.org
1 nyhm 08/05/02 18:42:51
2
3 Added: stella-2.5.1-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-emulation/stella/files/stella-2.5.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/files/stella-2.5.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/files/stella-2.5.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: stella-2.5.1-gcc43.patch
15 ===================================================================
16 --- src/emucore/CartAR.cxx
17 +++ src/emucore/CartAR.cxx
18 @@ -17,6 +17,7 @@
19 //============================================================================
20
21 #include <cassert>
22 +#include <cstring>
23
24 #include "M6502Hi.hxx"
25 #include "Random.hxx"
26 --- src/emucore/Cart.cxx
27 +++ src/emucore/Cart.cxx
28 @@ -18,6 +18,7 @@
29
30 #include <cassert>
31 #include <sstream>
32 +#include <cstring>
33
34 #include "bspf.hxx"
35 #include "Cart.hxx"
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list