summaryrefslogtreecommitdiff
path: root/audio/xmms-bump-scope
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-07 17:40:59 +0000
committerjoerg <joerg>2005-12-07 17:40:59 +0000
commit1ad87b71e1cb1db8f668977386e60bcf4ba91bb6 (patch)
tree0386a2c002fab1f896a52fcc9d361719925cc81e /audio/xmms-bump-scope
parente4796b93b0999669790c9ece37a53ced34e67b5c (diff)
downloadpkgsrc-1ad87b71e1cb1db8f668977386e60bcf4ba91bb6.tar.gz
Fix GCC 3.4+: Label at end of compound statement.
Diffstat (limited to 'audio/xmms-bump-scope')
-rw-r--r--audio/xmms-bump-scope/distinfo3
-rw-r--r--audio/xmms-bump-scope/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/xmms-bump-scope/distinfo b/audio/xmms-bump-scope/distinfo
index b5a385cda0d..71bdb6157c8 100644
--- a/audio/xmms-bump-scope/distinfo
+++ b/audio/xmms-bump-scope/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:54 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/07 17:40:59 joerg Exp $
SHA1 (bump_scope-0.0.3.tar.gz) = 034d611246ce7ed96770ffda250ebadd20de33fb
RMD160 (bump_scope-0.0.3.tar.gz) = 4abf24b0552a874363e7fbc838087b900660db4c
Size (bump_scope-0.0.3.tar.gz) = 160690 bytes
+SHA1 (patch-aa) = fd3ea0cea8e4cb34d338cc3ea2ea6684805bdd2f
diff --git a/audio/xmms-bump-scope/patches/patch-aa b/audio/xmms-bump-scope/patches/patch-aa
new file mode 100644
index 00000000000..bac16dac4df
--- /dev/null
+++ b/audio/xmms-bump-scope/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/07 17:40:59 joerg Exp $
+
+--- bump_scope.c.orig 2005-12-07 17:23:21.000000000 +0000
++++ bump_scope.c
+@@ -399,6 +399,7 @@ void bumpscope_menu_cb(gpointer cb_data,
+ GTK_CHECK_MENU_ITEM(gtk_item_factory_get_widget(bumpscope_menu, "/Fullscreen"))->active = am_fullscreen;
+ break;
+ default:
++ break;
+ /* ugh */
+ }
+ }