Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/netpanzer/files: netpanzer-0.8.2-gcc43.patch
Date: Wed, 30 Apr 2008 17:06:42
Message-Id: E1JrFlO-0003zc-Uu@stork.gentoo.org
1 nyhm 08/04/30 17:06:38
2
3 Added: netpanzer-0.8.2-gcc43.patch
4 Log:
5 Patch to fix building with gcc-4.3 from Peter Alfredsen, bug #218837
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-strategy/netpanzer/files/netpanzer-0.8.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/netpanzer/files/netpanzer-0.8.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/netpanzer/files/netpanzer-0.8.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: netpanzer-0.8.2-gcc43.patch
15 ===================================================================
16 Index: netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp
17 ===================================================================
18 --- netpanzer-0.8.2.orig/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:27.000000000 +0000
19 +++ netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:39.000000000 +0000
20 @@ -17,6 +17,8 @@
21 */
22 #include <config.h>
23
24 +#include <memory>
25 +
26 #include "Util/FileSystem.hpp"
27 #include "Util/Log.hpp"
28 #include "Util/Exception.hpp"
29 Index: netpanzer-0.8.2/src/Lib/2D/Palette.cpp
30 ===================================================================
31 --- netpanzer-0.8.2.orig/src/Lib/2D/Palette.cpp 2008-02-05 16:36:27.000000000 +0000
32 +++ netpanzer-0.8.2/src/Lib/2D/Palette.cpp 2008-02-05 16:36:39.000000000 +0000
33 @@ -18,6 +18,7 @@
34 #include <config.h>
35
36 #include <math.h>
37 +#include <memory>
38
39 #include "Palette.hpp"
40 #include "Util/FileSystem.hpp"
41 Index: netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp
42 ===================================================================
43 --- netpanzer-0.8.2.orig/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:27.000000000 +0000
44 +++ netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:39.000000000 +0000
45 @@ -17,6 +17,7 @@
46 */
47 #include <config.h>
48
49 +#include <cstdlib>
50 #include <string>
51 #include <stdexcept>
52 #include <ctype.h>
53 Index: netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp
54 ===================================================================
55 --- netpanzer-0.8.2.orig/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:27.000000000 +0000
56 +++ netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:39.000000000 +0000
57 @@ -17,6 +17,7 @@
58 */
59 #include <config.h>
60
61 +#include <memory>
62 #include <vector>
63 #include <string>
64 #include "MapSelectionView.hpp"
65 Index: netpanzer-0.8.2/src/Lib/Util/Log.cpp
66 ===================================================================
67 --- netpanzer-0.8.2.orig/src/Lib/Util/Log.cpp 2008-02-05 17:13:36.000000000 +0000
68 +++ netpanzer-0.8.2/src/Lib/Util/Log.cpp 2008-02-05 17:13:43.000000000 +0000
69 @@ -26,6 +26,7 @@
70 #include <vector>
71 #include <exception>
72 #include <iomanip>
73 +#include <algorithm>
74
75 #include "Exception.hpp"
76 #include "FileSystem.hpp"
77
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list