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-strategy/widelands/files: widelands-0.15-gcc46.patch
Date: Tue, 26 Apr 2011 12:13:00
Message-Id: 20110426121249.F405020054@flycatcher.gentoo.org
1 tupone 11/04/26 12:12:49
2
3 Added: widelands-0.15-gcc46.patch
4 Log:
5 Build with gcc-4.6 Bug #362379
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-strategy/widelands/files/widelands-0.15-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/files/widelands-0.15-gcc46.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/widelands/files/widelands-0.15-gcc46.patch?rev=1.1&content-type=text/plain
14
15 Index: widelands-0.15-gcc46.patch
16 ===================================================================
17 --- src/economy/supply_list.h.old 2011-04-26 12:25:14.102136343 +0200
18 +++ src/economy/supply_list.h 2011-04-26 13:32:57.127500881 +0200
19 @@ -21,6 +21,7 @@
20 #define SUPPLY_LIST_H
21
22 #include <vector>
23 +#include <cstddef>
24
25 namespace Widelands {