Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/cegui/files: cegui-0.7.5-gcc46.patch
Date: Wed, 27 Apr 2011 13:34:22
Message-Id: 20110427133413.04F1420054@flycatcher.gentoo.org
1 tupone 11/04/27 13:34:13
2
3 Added: cegui-0.7.5-gcc46.patch
4 Log:
5 Build with gcc-4.6 Bug #365017
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-games/cegui/files/cegui-0.7.5-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/files/cegui-0.7.5-gcc46.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/files/cegui-0.7.5-gcc46.patch?rev=1.1&content-type=text/plain
14
15 Index: cegui-0.7.5-gcc46.patch
16 ===================================================================
17 --- cegui/include/CEGUIString.h.old 2011-04-27 14:33:25.862856070 +0200
18 +++ cegui/include/CEGUIString.h 2011-04-27 14:33:49.780351908 +0200
19 @@ -34,6 +34,7 @@
20 #include <string>
21 #include <string.h>
22 #include <stdexcept>
23 +#include <cstddef>
24
25 // Start of CEGUI namespace section
26 namespace CEGUI