Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/six/files: six-0.5.3-gcc43.patch
Date: Mon, 30 Jun 2008 06:22:34
Message-Id: E1KDCmS-0001bQ-SH@stork.gentoo.org
1 mr_bones_ 08/06/30 06:22:28
2
3 Added: six-0.5.3-gcc43.patch
4 Log:
5 add patch for building with gcc-4.3; submitting by Dieter Ries via bug #227151
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 games-board/six/files/six-0.5.3-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/six/files/six-0.5.3-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/six/files/six-0.5.3-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: six-0.5.3-gcc43.patch
15 ===================================================================
16 diff -u -ur a/six/carrier.h b/six/carrier.h
17 --- a/six/carrier.h 2004-07-19 10:30:51.000000000 +0200
18 +++ b/six/carrier.h 2008-06-15 13:09:35.000000000 +0200
19 @@ -4,6 +4,7 @@
20
21 #include <iostream>
22 #include <vector>
23 +#include <cstring>
24
25 using std::vector;
26 using std::istream;
27 diff -u -ur a/six/hexgame.cpp b/six/hexgame.cpp
28 --- a/six/hexgame.cpp 2004-07-19 10:30:51.000000000 +0200
29 +++ b/six/hexgame.cpp 2008-06-15 13:10:26.000000000 +0200
30 @@ -3,7 +3,7 @@
31 #include <cassert>
32 #include <cctype>
33 #include <cstdio>
34 -
35 +#include <cstdlib>
36 #include <string>
37
38 using std::endl;
39 diff -u -ur a/six/main.cpp b/six/main.cpp
40 --- a/six/main.cpp 2004-07-19 10:30:51.000000000 +0200
41 +++ b/six/main.cpp 2008-06-15 13:08:59.000000000 +0200
42 @@ -11,6 +11,7 @@
43 #include <klocale.h>
44 #include <kmessagebox.h>
45 #include <qfile.h>
46 +#include <cstdlib>
47
48 using std::cin;
49
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list