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/mupen64-riceplugin/files: mupen64-riceplugin-5.1.0-gcc43.patch
Date: Tue, 20 Jan 2009 10:42:04
Message-Id: E1LPE2X-00040C-C5@stork.gentoo.org
1 tupone 09/01/20 10:41:01
2
3 Added: mupen64-riceplugin-5.1.0-gcc43.patch
4 Log:
5 Fix gcc-4.3 bug #251128
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/mupen64-riceplugin/files/mupen64-riceplugin-5.1.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-5.1.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-5.1.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: mupen64-riceplugin-5.1.0-gcc43.patch
15 ===================================================================
16 --- DLParser.h.old 2009-01-20 11:33:53.000000000 +0100
17 +++ DLParser.h 2009-01-20 11:34:07.000000000 +0100
18 @@ -21,6 +21,7 @@
19 #ifndef __DAEDALUS_RDP_GFX_H__
20 #define __DAEDALUS_RDP_GFX_H__
21
22 +#include <cstring>
23 #include "ultra_sptask.h"
24 //#include "Debugger.h"
25
26 --- ROM.h.old 2009-01-20 11:34:41.000000000 +0100
27 +++ ROM.h 2009-01-20 11:34:56.000000000 +0100
28 @@ -21,6 +21,7 @@
29 #ifndef __DAEDALUS_ROM_H__
30 #define __DAEDALUS_ROM_H__
31
32 +#include <climits>
33 #include "ultra_types.h"
34 #include "IniFile.h"