From cf9580018b9a983d725eff05a4aa2496bbd963df Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 30 May 2007 17:58:48 +0000 Subject: Fix build with gcc4 --- textproc/xmlpp/files/patch-src::xmlpp.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/xmlpp/files/patch-src::xmlpp.h (limited to 'textproc/xmlpp') diff --git a/textproc/xmlpp/files/patch-src::xmlpp.h b/textproc/xmlpp/files/patch-src::xmlpp.h new file mode 100644 index 000000000000..3c6e883b76c9 --- /dev/null +++ b/textproc/xmlpp/files/patch-src::xmlpp.h @@ -0,0 +1,11 @@ +--- src/xmlpp.h.orig Wed May 30 19:54:52 2007 ++++ src/xmlpp.h Wed May 30 19:55:11 2007 +@@ -133,7 +133,7 @@ + XMLNode & operator =(const XMLNodePtr n); + + //! returns or sets the node name +- string XMLNode::name(string _name=""); ++ string name(string _name=""); + //! returns or sets the type of the node + xmlnodetype type(xmlnodetype ntype=xml_nt_dummy); + //! ireturns or sets cdata string -- cgit v1.2.3