Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp/files: libxmlpp-1.0.5-gcc43.patch
Date: Fri, 02 May 2008 08:52:27
Message-Id: E1Jrr0D-00013w-9D@stork.gentoo.org
1 remi 08/05/02 08:52:25
2
3 Added: libxmlpp-1.0.5-gcc43.patch
4 Log:
5 dev-cpp/libxmlpp-1.0.5: gcc 4.3 build fix, see bug #218779
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-cpp/libxmlpp/files/libxmlpp-1.0.5-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/files/libxmlpp-1.0.5-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/files/libxmlpp-1.0.5-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: libxmlpp-1.0.5-gcc43.patch
15 ===================================================================
16 --- libxml++-1.0.4.orig/libxml++/parsers/parser.cc
17 +++ libxml++-1.0.4/libxml++/parsers/parser.cc
18 @@ -9,6 +9,7 @@
19 #include <libxml/parser.h>
20
21 #include <cstdarg> //For va_list.
22 +#include <memory> //For auto_ptr
23
24 namespace xmlpp {
25
26
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list