summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 05:33:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 05:33:56 +0000
commit5730ce3e058eca784ad4ecc262dc4e8601c7a7aa (patch)
treed19520ab26e4a377872478bb9aba02e8bfb427a8 /devel
parentChase libxml2 includes to unbreak build (diff)
Chase libxml2 includes to unbreak build
Notes
Notes: svn path=/head/; revision=57028
Diffstat (limited to 'devel')
-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"
+