diff options
author | tron <tron@pkgsrc.org> | 2001-11-17 15:28:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-17 15:28:49 +0000 |
commit | d9674cad8019f1d44e2817b0954ef83060f7fbf2 (patch) | |
tree | 010e17a872531f830297d470be09df1ff7a49bb4 /textproc/libxml2/patches | |
parent | f2ee21758b94437af69aec477e8c970fca8cbd0a (diff) | |
download | pkgsrc-d9674cad8019f1d44e2817b0954ef83060f7fbf2.tar.gz |
Work arround broken circular include directives which cause build failures
in the "kdelibs2" package.
Diffstat (limited to 'textproc/libxml2/patches')
-rw-r--r-- | textproc/libxml2/patches/patch-ab | 12 | ||||
-rw-r--r-- | textproc/libxml2/patches/patch-ae | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/libxml2/patches/patch-ab b/textproc/libxml2/patches/patch-ab new file mode 100644 index 00000000000..e8cd247129a --- /dev/null +++ b/textproc/libxml2/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.4 2001/11/17 15:28:49 tron Exp $ + +--- include/libxml/parser.h.orig Thu Nov 1 04:35:06 2001 ++++ include/libxml/parser.h Sat Nov 17 11:09:51 2001 +@@ -573,7 +573,5 @@ + } + #endif + +-#include <libxml/globals.h> +- + #endif /* __XML_PARSER_H__ */ + diff --git a/textproc/libxml2/patches/patch-ae b/textproc/libxml2/patches/patch-ae new file mode 100644 index 00000000000..338f2e07872 --- /dev/null +++ b/textproc/libxml2/patches/patch-ae @@ -0,0 +1,10 @@ +$NetBSD: patch-ae,v 1.5 2001/11/17 15:28:49 tron Exp $ + +--- include/libxml/xmlerror.h.orig Sun Oct 14 04:35:07 2001 ++++ include/libxml/xmlerror.h Sat Nov 17 14:24:12 2001 +@@ -175,3 +175,5 @@ + } + #endif + #endif /* __XML_ERROR_H__ */ ++ ++#include <libxml/globals.h> |