Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/virtualjaguar/files: virtualjaguar-1.0.7-gcc43.patch
Date: Tue, 20 Jan 2009 14:24:49
Message-Id: E1LPHX5-0001QE-Li@stork.gentoo.org
1 tupone 09/01/20 14:24:47
2
3 Added: virtualjaguar-1.0.7-gcc43.patch
4 Log:
5 Fix gcc-4.3 bug #251131
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 games-emulation/virtualjaguar/files/virtualjaguar-1.0.7-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar-1.0.7-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar-1.0.7-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: virtualjaguar-1.0.7-gcc43.patch
15 ===================================================================
16 --- src/sdlemu_config.cpp.old 2009-01-20 14:38:35.000000000 +0100
17 +++ src/sdlemu_config.cpp 2009-01-20 14:39:44.000000000 +0100
18 @@ -18,6 +18,8 @@
19 */
20
21 #include <stdio.h>
22 +#include <cstring>
23 +#include <cstdlib>
24 #include <string>
25 #include <list>
26 #include "sdlemu_config.h"