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-puzzle/enigma/files: enigma-1.01-gcc43.patch
Date: Wed, 30 Apr 2008 15:40:14
Message-Id: E1JrEPj-0002v1-Tc@stork.gentoo.org
1 nyhm 08/04/30 15:40:11
2
3 Added: enigma-1.01-gcc43.patch
4 Log:
5 Patch to fix building with gcc-4.3 from Martin Väth, bug #218941
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-puzzle/enigma/files/enigma-1.01-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/files/enigma-1.01-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/enigma/files/enigma-1.01-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: enigma-1.01-gcc43.patch
15 ===================================================================
16 --- lib-src/enigma-core/ecl_util.hh
17 +++ lib-src/enigma-core/ecl_util.hh
18 @@ -20,6 +20,7 @@
19 #define ECL_UTIL_HH_INCLUDED
20
21 #include <string>
22 +#include <algorithm>
23
24 /* hide GNU extensions for non-gnu compilers: */
25 #ifndef __GNU__
26 --- src/Utf8ToXML.cc
27 +++ src/Utf8ToXML.cc
28 @@ -21,6 +21,7 @@
29 #include "main.hh"
30 #include <xercesc/util/XMLString.hpp>
31 #include <xercesc/util/TransService.hpp>
32 +#include <cstring>
33
34 XERCES_CPP_NAMESPACE_USE
35
36 --- src/file.hh
37 +++ src/file.hh
38 @@ -22,6 +22,7 @@
39 #include <iosfwd>
40 #include <vector>
41 #include <list>
42 +#include <memory>
43 #include "ecl_error.hh"
44
45 namespace enigma
46 --- src/gui/widgets.cc
47 +++ src/gui/widgets.cc
48 @@ -28,6 +28,7 @@
49 #include <cassert>
50 #include <algorithm>
51 #include <iostream>
52 +#include <climits>
53
54 using namespace enigma::gui;
55 using namespace ecl;
56
57
58
59 --
60 gentoo-commits@l.g.o mailing list