aboutsummaryrefslogtreecommitdiff
path: root/net/centericq
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2003-07-27 13:07:14 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2003-07-27 13:07:14 +0000
commit2e2930bbff813314dfa9d9589e27431d97c7743b (patch)
treeb6620c7a23933a5c2ef5723a722a9ecf0a819e63 /net/centericq
parent9bf8c0b5c2f9d1d6aed6557735dcb769b5c374ba (diff)
downloadports-2e2930bbff813314dfa9d9589e27431d97c7743b.tar.gz
ports-2e2930bbff813314dfa9d9589e27431d97c7743b.zip
Work around build failure on -current until maintainer has a chance to
take a look.
Notes
Notes: svn path=/head/; revision=85673
Diffstat (limited to 'net/centericq')
-rw-r--r--net/centericq/files/patch-Xml.h11
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>