summaryrefslogtreecommitdiffstats
path: root/textproc/scrollkeeper/files/patch-libs_install.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/scrollkeeper/files/patch-libs_install.c')
-rw-r--r--textproc/scrollkeeper/files/patch-libs_install.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/scrollkeeper/files/patch-libs_install.c b/textproc/scrollkeeper/files/patch-libs_install.c
deleted file mode 100644
index e1162f1fd..000000000
--- a/textproc/scrollkeeper/files/patch-libs_install.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- libs/install.c.orig Sat Dec 6 17:47:34 2003
-+++ libs/install.c Sat Dec 6 17:47:47 2003
-@@ -517,10 +517,9 @@
- /* 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)