Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/geos/files: geos-2.2.3-gcc43.patch
Date: Wed, 02 Jul 2008 16:51:36
Message-Id: E1KE5YI-0005Aw-L0@stork.gentoo.org
1 bicatali 08/07/02 16:51:30
2
3 Added: geos-2.2.3-gcc43.patch
4 Log:
5 Added gcc-4.3 patch for geos-2.2.3 (bug #227707)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sci-libs/geos/files/geos-2.2.3-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/files/geos-2.2.3-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/files/geos-2.2.3-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: geos-2.2.3-gcc43.patch
15 ===================================================================
16 --- ./source/capi/geos_c.cpp.orig 2008-07-02 17:37:37.000000000 +0100
17 +++ ./source/capi/geos_c.cpp 2008-07-02 17:37:58.000000000 +0100
18 @@ -15,8 +15,8 @@
19 *
20 ***********************************************************************/
21
22 -#include <stdio.h>
23 -
24 +#include <cstdio>
25 +#include <cstring>
26 #include <string>
27 #include <iostream>
28 #include <sstream>
29 --- ./source/index/quadtree/DoubleBits.cpp.orig 2008-07-02 17:31:56.000000000 +0100
30 +++ ./source/index/quadtree/DoubleBits.cpp 2008-07-02 17:32:57.000000000 +0100
31 @@ -15,6 +15,7 @@
32
33 #include <geos/indexQuadtree.h>
34 #include <geos/util.h>
35 +#include <cstring>
36
37 namespace geos {
38
39 --- ./source/io/markup/MarkupSTL.cpp.orig 2008-07-02 17:39:57.000000000 +0100
40 +++ ./source/io/markup/MarkupSTL.cpp 2008-07-02 17:41:38.000000000 +0100
41 @@ -6,8 +6,10 @@
42 // Use in commercial applications requires written permission
43 // This software is provided "as is", with no warranty.
44
45 +#include <cstring>
46 #include "MarkupSTL.h"
47 -#include <stdio.h>
48 +#include <cstdio>
49 +
50
51 using namespace std;
52
53 --- ./source/io/StringTokenizer.cpp.orig 2008-07-02 17:33:49.000000000 +0100
54 +++ ./source/io/StringTokenizer.cpp 2008-07-02 17:34:22.000000000 +0100
55 @@ -36,6 +36,7 @@
56
57
58 #include <geos/io.h>
59 +#include <cstring>
60
61 namespace geos {
62
63 --- ./source/io/ByteOrderValues.cpp.orig 2008-07-02 17:34:48.000000000 +0100
64 +++ ./source/io/ByteOrderValues.cpp 2008-07-02 17:35:23.000000000 +0100
65 @@ -16,6 +16,7 @@
66
67 #include <geos/io.h>
68 #include <geos/util.h>
69 +#include <cstring>
70
71 namespace geos {
72
73 --- ./source/test/XMLTester.cpp.orig 2008-07-02 17:38:47.000000000 +0100
74 +++ ./source/test/XMLTester.cpp 2008-07-02 17:39:10.000000000 +0100
75 @@ -23,6 +23,7 @@
76 #include <cassert>
77 #include <cctype>
78 #include <cstdlib>
79 +#include <cstring>
80 #include <fstream>
81 #include <functional>
82 #include <iostream>
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list