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.6.2b-gcc46.patch
Date: Wed, 13 Jul 2011 13:35:09
Message-Id: 20110713133458.5F5EE20051@flycatcher.gentoo.org
1 tupone 11/07/13 13:34:58
2
3 Added: cegui-0.6.2b-gcc46.patch
4 Log:
5 Fix 0.6.2b version on gcc-4.6
6
7 (Portage version: 2.1.10.5/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-games/cegui/files/cegui-0.6.2b-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch?rev=1.1&content-type=text/plain
14
15 Index: cegui-0.6.2b-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