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:
parent
f9f5e4616e
commit
16656e42bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57027
15
devel/commoncpp/files/patch-aa
Normal file
15
devel/commoncpp/files/patch-aa
Normal 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" {
|
Loading…
Reference in New Issue
Block a user