1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Chase libxml2 includes to unbreak build

This commit is contained in:
Kris Kennaway 2002-03-31 05:33:56 +00:00
parent 16656e42bf
commit 5730ce3e05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57028

View File

@ -0,0 +1,13 @@
--- ./dia2code/dia2code.h.orig Sat Mar 30 21:36:07 2002
+++ ./dia2code/dia2code.h Sat Mar 30 21:36:30 2002
@@ -25,8 +25,8 @@
#include <stdlib.h>
/* libxml[2] headers */
-#include <parser.h>
-#include <tree.h>
+#include <libxml2/libxml/parser.h>
+#include <libxml2/libxml/tree.h>
#define VERSION "0.8.1"