From 968a91ee79bf95e8cc0a43f89f5a2207982b105e Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 24 Jul 2003 15:51:39 +0000 Subject: Fix building under ${OSVERSION} >= 500113 Submitted by: Simon Barner --- textproc/xmlpp/files/patch-src::xmlcommon.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/xmlpp/files/patch-src::xmlcommon.h (limited to 'textproc/xmlpp/files/patch-src::xmlcommon.h') diff --git a/textproc/xmlpp/files/patch-src::xmlcommon.h b/textproc/xmlpp/files/patch-src::xmlcommon.h new file mode 100644 index 000000000000..0a86e5acf3ff --- /dev/null +++ b/textproc/xmlpp/files/patch-src::xmlcommon.h @@ -0,0 +1,11 @@ +--- src/xmlcommon.h.orig Wed Jul 23 04:10:04 2003 ++++ src/xmlcommon.h Wed Jul 23 04:12:03 2003 +@@ -20,6 +20,8 @@ + + //! dummy define + #define XMLPP_API ++ ++using std::string; + + //! handle to a tagname string in a tagname map + typedef int xmltagnamehandle; -- cgit v1.2.3