1
0
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:
Kirill Ponomarev 2004-09-06 09:04:42 +00:00
parent d590e6b79e
commit 5720602df6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118121

View 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
*/