diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-24 15:51:39 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-24 15:51:39 +0000 |
| commit | 968a91ee79bf95e8cc0a43f89f5a2207982b105e (patch) | |
| tree | 2f23b5e8d93869ffc584246cbb7b460043274633 /textproc/xmlpp/files/patch-src::xmlcommon.h | |
| parent | Update 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.h | 11 |
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; |
