aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 13:33:56 +0800
committerkris <kris@FreeBSD.org>2002-03-31 13:33:56 +0800
commit69f036c4bb7986f4fa4acb6c5137cb84feb86100 (patch)
tree6ad985a75233b11822294494104ed1655a892674
parent239a4e5de6b3dc57aeaf5397eb1bea6ab8d8b769 (diff)
downloadfreebsd-ports-gnome-69f036c4bb7986f4fa4acb6c5137cb84feb86100.tar.gz
freebsd-ports-gnome-69f036c4bb7986f4fa4acb6c5137cb84feb86100.tar.zst
freebsd-ports-gnome-69f036c4bb7986f4fa4acb6c5137cb84feb86100.zip
Chase libxml2 includes to unbreak build
-rw-r--r--devel/dia2code/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/dia2code/files/patch-aa b/devel/dia2code/files/patch-aa
new file mode 100644
index 000000000000..8367d01fec9c
--- /dev/null
+++ b/devel/dia2code/files/patch-aa
@@ -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"
+