diff options
author | kris <kris@FreeBSD.org> | 2002-03-31 14:12:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-31 14:12:19 +0800 |
commit | 730aa61ad91e78d0b00e4332f90c11f450bbb9ba (patch) | |
tree | 898426010f19c074b181bff908c5904dbeed51a3 /textproc/minidom | |
parent | 8e62b6c06975cfc654cda3c28629202af22dfb24 (diff) | |
download | freebsd-ports-gnome-730aa61ad91e78d0b00e4332f90c11f450bbb9ba.tar.gz freebsd-ports-gnome-730aa61ad91e78d0b00e4332f90c11f450bbb9ba.tar.zst freebsd-ports-gnome-730aa61ad91e78d0b00e4332f90c11f450bbb9ba.zip |
Chase libxml2 includes to unbreak build
Diffstat (limited to 'textproc/minidom')
-rw-r--r-- | textproc/minidom/files/patch-aa | 13 | ||||
-rw-r--r-- | textproc/minidom/files/patch-ab | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/textproc/minidom/files/patch-aa b/textproc/minidom/files/patch-aa new file mode 100644 index 000000000000..4a296401fde4 --- /dev/null +++ b/textproc/minidom/files/patch-aa @@ -0,0 +1,13 @@ +--- minidom.c.orig Sat Mar 30 22:14:25 2002 ++++ minidom.c Sat Mar 30 22:14:11 2002 +@@ -23,8 +23,8 @@ + + #include <config.h> + #include <glib.h> +-#include <parser.h> +-#include <parserInternals.h> ++#include <libxml/parser.h> ++#include <libxml/parserInternals.h> + + #include "minidom.h" + diff --git a/textproc/minidom/files/patch-ab b/textproc/minidom/files/patch-ab new file mode 100644 index 000000000000..28ee4e1bff30 --- /dev/null +++ b/textproc/minidom/files/patch-ab @@ -0,0 +1,11 @@ +--- minidom.h.orig Sat Mar 30 22:14:22 2002 ++++ minidom.h Sat Mar 30 22:14:08 2002 +@@ -25,7 +25,7 @@ + #define minidom_h + + #include <glib.h> +-#include <parser.h> ++#include <libxml/parser.h> + + #ifdef __cplusplus + extern "C" { |