diff options
Diffstat (limited to 'app-admin/gkrellm/files/gkrellm-2.1.24-dotkeep.patch')
-rw-r--r-- | app-admin/gkrellm/files/gkrellm-2.1.24-dotkeep.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-admin/gkrellm/files/gkrellm-2.1.24-dotkeep.patch b/app-admin/gkrellm/files/gkrellm-2.1.24-dotkeep.patch deleted file mode 100644 index 9fa5a59ef2a2..000000000000 --- a/app-admin/gkrellm/files/gkrellm-2.1.24-dotkeep.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur gkrellm-2.1.24/src/plugins.c gkrellm-2.1.24-new/src/plugins.c ---- gkrellm-2.1.24/src/plugins.c 2003-12-14 02:22:50.000000000 +0100 -+++ gkrellm-2.1.24-new/src/plugins.c 2004-01-20 15:59:42.625278072 +0100 -@@ -1057,6 +1057,11 @@ - return; - while ((name = (gchar *) g_dir_read_name(dir)) != NULL) - { -+ -+ if (strcmp(name, ".keep") == 0) { -+ continue; -+ } -+ - /* If there's a libtool .la archive, won't want to load this .so - */ - if ( !string_suffix(name, "la") |