aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-09-06 17:04:42 +0800
committerkrion <krion@FreeBSD.org>2004-09-06 17:04:42 +0800
commit0476133c597f83bc184ed7e36fd61b3b1640f3d2 (patch)
treebf4d371e060fcaa4466afad2c090601ff4ad6cf8 /audio
parent266071f9e2c337cc43805a2ca057b4832cd38acd (diff)
downloadfreebsd-ports-gnome-0476133c597f83bc184ed7e36fd61b3b1640f3d2.tar.gz
freebsd-ports-gnome-0476133c597f83bc184ed7e36fd61b3b1640f3d2.tar.zst
freebsd-ports-gnome-0476133c597f83bc184ed7e36fd61b3b1640f3d2.zip
Fix build with gcc-3.4
Approved by: portmgr (implicit)
Diffstat (limited to 'audio')
-rw-r--r--audio/xmixer/files/patch-scf.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xmixer/files/patch-scf.c b/audio/xmixer/files/patch-scf.c
new file mode 100644
index 000000000000..5f7a4ff23cee
--- /dev/null
+++ b/audio/xmixer/files/patch-scf.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- scf.c.orig Mon Sep 6 11:02:44 2004
++++ scf.c Mon Sep 6 11:03:05 2004
+@@ -1009,7 +1009,7 @@
+ if (*(p+1) == '\0')
+ break;
+ }
+- STOP:
++ STOP:;
+ } else {
+ /* it's a int
+ */