diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 22:37:40 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 22:37:40 +0800 |
commit | 069b308768992687ce0f7669725c93d33bd56d94 (patch) | |
tree | e7a3137637ddae9c8e57c37be89f38c65044b3b6 /textproc/scrollkeeper/files/patch-libs_install.c | |
parent | d4e1aa6c5dc675f4afe88a1a3f634ef5090d3519 (diff) | |
download | marcuscom-ports-069b308768992687ce0f7669725c93d33bd56d94.tar marcuscom-ports-069b308768992687ce0f7669725c93d33bd56d94.tar.gz marcuscom-ports-069b308768992687ce0f7669725c93d33bd56d94.tar.bz2 marcuscom-ports-069b308768992687ce0f7669725c93d33bd56d94.tar.lz marcuscom-ports-069b308768992687ce0f7669725c93d33bd56d94.tar.xz marcuscom-ports-069b308768992687ce0f7669725c93d33bd56d94.tar.zst marcuscom-ports-069b308768992687ce0f7669725c93d33bd56d94.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6631 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/scrollkeeper/files/patch-libs_install.c')
-rw-r--r-- | textproc/scrollkeeper/files/patch-libs_install.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/scrollkeeper/files/patch-libs_install.c b/textproc/scrollkeeper/files/patch-libs_install.c new file mode 100644 index 000000000..e1162f1fd --- /dev/null +++ b/textproc/scrollkeeper/files/patch-libs_install.c @@ -0,0 +1,14 @@ +--- 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) |