summaryrefslogtreecommitdiff
path: root/textproc/xmlpp/files/patch-src::xmlcommon.h
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-07-24 15:51:39 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-07-24 15:51:39 +0000
commit968a91ee79bf95e8cc0a43f89f5a2207982b105e (patch)
tree2f23b5e8d93869ffc584246cbb7b460043274633 /textproc/xmlpp/files/patch-src::xmlcommon.h
parentUpdate VMware Tools for 4.0.1 build-5289, the latest version of VMware (diff)
Fix building under ${OSVERSION} >= 500113
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to '')
-rw-r--r--textproc/xmlpp/files/patch-src::xmlcommon.h11
1 files changed, 11 insertions, 0 deletions
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;