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-engines/gemrb/files: gemrb-0.6.4-gcc46.patch
Date: Wed, 01 Jun 2011 15:42:29
Message-Id: 20110601154220.0821620057@flycatcher.gentoo.org
1 tupone 11/06/01 15:42:20
2
3 Added: gemrb-0.6.4-gcc46.patch
4 Log:
5 Fix build with gcc-4.6 Bug #369445
6
7 (Portage version: 2.1.9.50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-engines/gemrb/files/gemrb-0.6.4-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gemrb/files/gemrb-0.6.4-gcc46.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gemrb/files/gemrb-0.6.4-gcc46.patch?rev=1.1&content-type=text/plain
14
15 Index: gemrb-0.6.4-gcc46.patch
16 ===================================================================
17 --- gemrb/core/Item.h.old 2011-06-01 17:18:40.106859741 +0200
18 +++ gemrb/core/Item.h 2011-06-01 17:21:27.123335949 +0200
19 @@ -28,6 +28,8 @@
20 #ifndef ITEM_H
21 #define ITEM_H
22
23 +#include <cstddef>
24 +
25 #include "exports.h"
26 #include "ie_types.h"
27
28 --- gemrb/core/EffectQueue.h.old 2011-06-01 17:24:47.102882668 +0200
29 +++ gemrb/core/EffectQueue.h 2011-06-01 17:25:07.399156225 +0200
30 @@ -28,6 +28,8 @@
31 #ifndef EFFECTQUEUE_H
32 #define EFFECTQUEUE_H
33
34 +#include <cstddef>
35 +
36 #include "exports.h"
37
38 #include "Effect.h"