aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 13:27:03 +0800
committerkris <kris@FreeBSD.org>2002-03-31 13:27:03 +0800
commit239a4e5de6b3dc57aeaf5397eb1bea6ab8d8b769 (patch)
treecba138c31eebb6be18854846818346ca8d7257bd /devel
parentb16a1c64de7801a69bbb8f5f03e2ae80a8d20d7f (diff)
downloadfreebsd-ports-gnome-239a4e5de6b3dc57aeaf5397eb1bea6ab8d8b769.tar.gz
freebsd-ports-gnome-239a4e5de6b3dc57aeaf5397eb1bea6ab8d8b769.tar.zst
freebsd-ports-gnome-239a4e5de6b3dc57aeaf5397eb1bea6ab8d8b769.zip
Chase libxml2 includes to unbreak build
Diffstat (limited to 'devel')
-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" {