summaryrefslogtreecommitdiff
path: root/devel/commoncpp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 05:27:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 05:27:03 +0000
commit16656e42bf0915bf0a1d80c937316507619830c4 (patch)
treeda88da0b9cd9fc4e1ad18e36cae037b4e3e1d6e6 /devel/commoncpp
parentRemove #include <malloc.h> (diff)
Chase libxml2 includes to unbreak build
Notes
Notes: svn path=/head/; revision=57027
Diffstat (limited to 'devel/commoncpp')
-rw-r--r--devel/commoncpp/files/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/commoncpp/files/patch-aa b/devel/commoncpp/files/patch-aa
new file mode 100644
index 000000000000..9c06cf7b2ea3
--- /dev/null
+++ b/devel/commoncpp/files/patch-aa
@@ -0,0 +1,15 @@
+--- posix/xml.cpp.orig Sat Mar 30 21:16:37 2002
++++ posix/xml.cpp Sat Mar 30 21:17:00 2002
+@@ -47,9 +47,9 @@
+
+ #ifdef HAVE_LIBXML
+
+-#include <parser.h>
+-#include <parserInternals.h>
+-#include <xmlIO.h>
++#include <libxml2/libxml/parser.h>
++#include <libxml2/libxml/parserInternals.h>
++#include <libxml2/libxml/xmlIO.h>
+ #include <stdarg.h>
+
+ extern "C" {