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/dosbox/files: dosbox-0.74-gcc46.patch
Date: Thu, 28 Apr 2011 07:22:55
Message-Id: 20110428072245.972B220054@flycatcher.gentoo.org
1 tupone 11/04/28 07:22:45
2
3 Added: dosbox-0.74-gcc46.patch
4 Log:
5 Build with gcc-4.6 Bug #364231
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-emulation/dosbox/files/dosbox-0.74-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/files/dosbox-0.74-gcc46.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/files/dosbox-0.74-gcc46.patch?rev=1.1&content-type=text/plain
14
15 Index: dosbox-0.74-gcc46.patch
16 ===================================================================
17 --- include/dos_inc.h.old 2011-04-28 08:46:04.505011354 +0200
18 +++ include/dos_inc.h 2011-04-28 08:46:27.104408178 +0200
19 @@ -21,6 +21,7 @@
20 #ifndef DOSBOX_DOS_INC_H
21 #define DOSBOX_DOS_INC_H
22
23 +#include <cstddef>
24 #ifndef DOSBOX_DOS_SYSTEM_H
25 #include "dos_system.h"
26 #endif