summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 06:00:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 06:00:50 +0000
commit9d4e8d5589b328ec214c0fdedfe42dc0e2dcde4b (patch)
treec3fd73272012d71b03fcc1e9cd0b430e481f98d8 /graphics
parentUpdate to: binutils-2.10-m68hc1x-20010107 (diff)
Chase libxml2 includes to unbreak build
Notes
Notes: svn path=/head/; revision=57031
Diffstat (limited to 'graphics')
-rw-r--r--graphics/geist/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/geist/files/patch-ac b/graphics/geist/files/patch-ac
new file mode 100644
index 000000000000..08ccbf596244
--- /dev/null
+++ b/graphics/geist/files/patch-ac
@@ -0,0 +1,13 @@
+--- src/geist_document_xml.h.orig Sat Mar 30 22:00:55 2002
++++ src/geist_document_xml.h Sat Mar 30 22:01:01 2002
+@@ -34,8 +34,8 @@
+ #include "geist_line.h"
+ #include "geist_poly.h"
+
+-#include <parser.h>
+-#include <xmlmemory.h>
++#include <libxml/parser.h>
++#include <libxml/xmlmemory.h>
+
+ enum xml_load_err {ERR_NO_FILE, ERR_EMPTY_FILE, ERR_WRONG_TYPE};
+