From 90b6e390f8719005fe1d809983efd4bab8f8a65e Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 14 Jan 2004 23:43:51 +0000 Subject: Add workaround to correctly install the docbook-xsl port. A new release will come asap. Submitted by: Mike Harding (bug), hrs (fix) Approved by: nork (mentor/implicitly) --- textproc/xmlcatmgr/files/patch-bin::xml.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/xmlcatmgr/files/patch-bin::xml.c (limited to 'textproc/xmlcatmgr/files/patch-bin::xml.c') diff --git a/textproc/xmlcatmgr/files/patch-bin::xml.c b/textproc/xmlcatmgr/files/patch-bin::xml.c new file mode 100644 index 000000000000..59aa6c2daaed --- /dev/null +++ b/textproc/xmlcatmgr/files/patch-bin::xml.c @@ -0,0 +1,10 @@ +--- bin/xml.c.orig Tue Dec 23 11:27:37 2003 ++++ bin/xml.c Thu Jan 15 00:31:14 2004 +@@ -270,7 +270,6 @@ + + if (search_entry(XMLDOC_ROOT(c), orig) != NULL) { + warnx("entry already exists for `%s'", orig); +- return false; + } + + xn = xmlnode_new(XMLNODE_TYPE_ELEMENT, strdup(type)); -- cgit v1.2.3