mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix build with gcc-3.4
Approved by: portmgr (implicit)
This commit is contained in:
parent
d590e6b79e
commit
5720602df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118121
14
audio/xmixer/files/patch-scf.c
Normal file
14
audio/xmixer/files/patch-scf.c
Normal file
@ -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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user