summaryrefslogtreecommitdiff
path: root/textproc/gxmlviewer/files/patch-xmlformatter.c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-04 18:05:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-04 18:05:32 +0000
commit3a387280713324c9d5999a6ed2a3cd1caf2a2f06 (patch)
treef17b98968e0af08051b4589f7275854b917d0d0f /textproc/gxmlviewer/files/patch-xmlformatter.c
parentfix build on bento (diff)
fix build on bento due to libxml2 update
PR: 36749 Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'textproc/gxmlviewer/files/patch-xmlformatter.c')
-rw-r--r--textproc/gxmlviewer/files/patch-xmlformatter.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/gxmlviewer/files/patch-xmlformatter.c b/textproc/gxmlviewer/files/patch-xmlformatter.c
new file mode 100644
index 000000000000..6bde9aec0f69
--- /dev/null
+++ b/textproc/gxmlviewer/files/patch-xmlformatter.c
@@ -0,0 +1,14 @@
+--- src/extras/xmlformatter.c.orig Thu Apr 4 15:47:47 2002
++++ src/extras/xmlformatter.c Thu Apr 4 15:48:50 2002
+@@ -8,9 +8,9 @@
+
+ #include <string.h>
+ #include <gtk/gtk.h>
+-#include <SAX.h>
+-#include <parser.h>
+-#include <parserInternals.h>
++#include <libxml/SAX.h>
++#include <libxml/parser.h>
++#include <libxml/parserInternals.h>
+
+ #include <unistd.h>