Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xalan-c/files: xalan-c-1.10.0+gcc-4.3.patch
Date: Sun, 27 Apr 2008 13:17:36
Message-Id: E1Jq6l3-00033J-T0@stork.gentoo.org
1 flameeyes 08/04/27 13:17:33
2
3 Added: xalan-c-1.10.0+gcc-4.3.patch
4 Log:
5 Add patch allowing building with GCC 4.3. Patch by ape in bug #213136.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-libs/xalan-c/files/xalan-c-1.10.0+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xalan-c/files/xalan-c-1.10.0+gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xalan-c/files/xalan-c-1.10.0+gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: xalan-c-1.10.0+gcc-4.3.patch
15 ===================================================================
16 --- XalanDOMString.cpp 2008-03-21 09:50:39.000000000 +0100
17 +++ xalan-c-1.10.0/work/xml-xalan/c/src/xalanc/XalanDOM/XalanDOMString.cpp 2008-03-21 09:51:06.000000000 +0100
18 @@ -26,6 +26,7 @@
19
20
21 #include <cstdlib>
22 +#include <cstring>
23
24
25
26 --- FormatterToHTML.cpp 2008-03-21 09:56:31.000000000 +0100
27 +++ xalan-c-1.10.0/work/xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.cpp 2008-03-21 09:56:54.000000000 +0100
28 @@ -26,6 +26,7 @@
29
30
31 #include <cassert>
32 +#include <cstring>
33
34
35
36 --- ElemNumber.cpp 2008-03-21 10:09:56.000000000 +0100
37 +++ xalan-c-1.10.0/work/xml-xalan/c/src/xalanc/XSLT/ElemNumber.cpp 2008-03-21 10:10:15.000000000 +0100
38 @@ -14,6 +14,7 @@
39 * limitations under the License.
40 */
41 #include "ElemNumber.hpp"
42 +#include <cstring>
43
44
45
46 --- DirectoryEnumerator.hpp 2008-03-21 10:19:13.000000000 +0100
47 +++ xalan-c-1.10.0/work/xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp 2008-03-21 10:19:41.000000000 +0100
48 @@ -36,6 +36,7 @@
49
50 #include <functional>
51 #include <iterator>
52 +#include <cstring>
53
54
55 #include "xercesc/framework/MemoryManager.hpp"
56 --- XalanExe.cpp 2008-03-21 12:11:08.000000000 +0100
57 +++ xalan-c-1.10.0/work/xml-xalan/c/src/xalanc/XalanExe/XalanExe.cpp 2008-03-21 12:11:44.000000000 +0100
58 @@ -19,6 +19,7 @@
59
60
61 #include <cstdlib>
62 +#include <cstring>
63 #if defined(XALAN_CLASSIC_IOSTREAMS)
64 #include <iostream.h>
65 #else
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list