summaryrefslogtreecommitdiff
path: root/audio/rio500
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-11 21:13:44 +0000
committerjoerg <joerg>2005-12-11 21:13:44 +0000
commit707f9a95131457607809c0c00bb8a1baa0ed0e96 (patch)
treea4357f4243d56f4a1b142ea5b8245f3c426de0ef /audio/rio500
parent408cc90ccf717141ff04a38dbd6331f7156a4e05 (diff)
downloadpkgsrc-707f9a95131457607809c0c00bb8a1baa0ed0e96.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'audio/rio500')
-rw-r--r--audio/rio500/distinfo3
-rw-r--r--audio/rio500/patches/patch-af12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/rio500/distinfo b/audio/rio500/distinfo
index ccb1726e628..cd50b9f4e90 100644
--- a/audio/rio500/distinfo
+++ b/audio/rio500/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 20:39:51 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/12/11 21:13:44 joerg Exp $
SHA1 (rio500-0.7.tar.gz) = f22237d3e13222da69d7b7a09f7e27e2aff8e1b8
RMD160 (rio500-0.7.tar.gz) = 59f56abb5f5ca16d6a8a7792dd227417bcd66709
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 668eca0fcdc2a3c55c12f8fe1a8c59c8e7ee0ba2
SHA1 (patch-ac) = 6dcf08fcfb89177844b311bffb07a4eb9683d131
SHA1 (patch-ad) = 04fa62f4246d7dfe7208a5424505676b0cb7b5d8
SHA1 (patch-ae) = 57a64b9b9cb9301d9a183786510019bf7f618a50
+SHA1 (patch-af) = 99f19db26f6f8dc5825dabd1db4e17c8dba25658
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 */