This commit is contained in:
martynas 2007-09-19 14:57:21 +00:00
parent 2ccaa47033
commit 6faac0c632
2 changed files with 0 additions and 30 deletions

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-extract_dtds_Makefile_in.orig,v 1.1 2007/09/19 13:04:58 martynas Exp $
--- extract/dtds/Makefile.in.orig 2003-12-06 00:18:01.000000000 -0800
+++ extract/dtds/Makefile.in 2004-02-08 08:09:10.000000000 -0800
@@ -408,9 +408,6 @@ uninstall-am: uninstall-dtdsHEADERS unin
# ScrollKeeper OMF Variation DTD V1.0
install-data-hook:
- -/usr/bin/xmlcatalog --noout --add "public" \
- "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
- "$(dtdsdir)/scrollkeeper-omf.dtd" $(CATALOG)
#
# Unregister the DTD(s) in the system XML Catalog

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-libs_install_c.orig,v 1.1 2007/09/19 13:04:58 martynas Exp $
--- libs/install.c.orig 2004-02-08 08:27:52.000000000 -0800
+++ libs/install.c 2004-02-08 08:27:56.000000000 -0800
@@ -517,11 +517,11 @@ static void add_doc_to_content_list(xmlN
/* these should all be <sect> nodes */
for(node = sect_node; node != NULL; node = node->next)
{
+ xmlChar *categorycode;
+
if (xmlStrcmp(node->name, (xmlChar *)"sect"))
continue;
- xmlChar *categorycode;
-
categorycode = xmlGetProp(node, (xmlChar *)"categorycode");
if (categorycode == NULL)
continue;