diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-07-27 21:07:14 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-07-27 21:07:14 +0800 |
commit | 4a1c44068ccf3e7e0e82dab376224a4b03ad906e (patch) | |
tree | 4a98db17b0f549d53e59f63f77b9abc3a815f01a /net | |
parent | 6e329c027051ad4d1ff18e9ae303fcd8fd5fc1d1 (diff) | |
download | freebsd-ports-gnome-4a1c44068ccf3e7e0e82dab376224a4b03ad906e.tar.gz freebsd-ports-gnome-4a1c44068ccf3e7e0e82dab376224a4b03ad906e.tar.zst freebsd-ports-gnome-4a1c44068ccf3e7e0e82dab376224a4b03ad906e.zip |
Work around build failure on -current until maintainer has a chance to
take a look.
Diffstat (limited to 'net')
-rw-r--r-- | net/centericq/files/patch-Xml.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/centericq/files/patch-Xml.h b/net/centericq/files/patch-Xml.h new file mode 100644 index 000000000000..9a9aa8e52a9d --- /dev/null +++ b/net/centericq/files/patch-Xml.h @@ -0,0 +1,11 @@ +--- libicq2000-0.1/libicq2000/Xml.h.orig Sun Jul 27 14:08:10 2003 ++++ libicq2000-0.1/libicq2000/Xml.h Sun Jul 27 14:08:26 2003 +@@ -24,6 +24,8 @@ + #ifndef XML_H + #define XML_H + ++using namespace std; ++ + #include <string> + #include <list> + #include <ctype.h> |