1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Chase libxml2 includes to unbreak build

This commit is contained in:
Kris Kennaway 2002-03-31 05:27:03 +00:00
parent f9f5e4616e
commit 16656e42bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57027

View File

@ -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" {