summaryrefslogtreecommitdiff
path: root/wm/golem/patches/patch-ae
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-06 15:20:31 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-06 15:20:31 +0000
commit6db29a3a575138ed25a3a4d5d11df79c0c45d780 (patch)
treee350b5defafe30f2890f50f47dbcae030b8c3ac7 /wm/golem/patches/patch-ae
parent818de67f0d4c7cf94b6c752eaa04b7319a5c1cdf (diff)
downloadpkgsrc-6db29a3a575138ed25a3a4d5d11df79c0c45d780.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'wm/golem/patches/patch-ae')
-rw-r--r--wm/golem/patches/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/wm/golem/patches/patch-ae b/wm/golem/patches/patch-ae
new file mode 100644
index 00000000000..7433dfa9fa5
--- /dev/null
+++ b/wm/golem/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.1 2005/12/06 15:20:31 joerg Exp $
+
+--- plugins/simple_menus/parseparams.c.orig 2005-12-06 15:11:20.000000000 +0000
++++ plugins/simple_menus/parseparams.c
+@@ -166,5 +166,6 @@ void parseparams(menu_t *menu, param_t *
+ }
+ PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
+ found:
++ ;
+ }
+ }