summaryrefslogtreecommitdiff
path: root/audio/rio500/patches/patch-af
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-11 21:13:44 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-11 21:13:44 +0000
commit3d276da4dc27d4eb8f98515fac3a87c23c0d6a50 (patch)
treea4357f4243d56f4a1b142ea5b8245f3c426de0ef /audio/rio500/patches/patch-af
parentcb8e1fd3f5f05d8f4997dfa31b8b6230374ffdd8 (diff)
downloadpkgsrc-3d276da4dc27d4eb8f98515fac3a87c23c0d6a50.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'audio/rio500/patches/patch-af')
-rw-r--r--audio/rio500/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/rio500/patches/patch-af b/audio/rio500/patches/patch-af
new file mode 100644
index 00000000000..243739319fd
--- /dev/null
+++ b/audio/rio500/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/12/11 21:13:45 joerg Exp $
+
+--- src/rio_add_song.c.orig 2005-12-11 21:01:42.000000000 +0000
++++ src/rio_add_song.c
+@@ -325,6 +325,7 @@ main(int argc, char *argv[])
+ send_command (rio_dev, 0x58, 0x0, card_number);
+
+ try_next:
++ ;
+ } /* end of add file loop */
+
+ /* Close device */