mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build with gcc 3.4
This commit is contained in:
parent
0262544f0d
commit
eff035e5ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117970
1 changed files with 10 additions and 0 deletions
10
x11-fm/xplore/files/patch-ftype.c
Normal file
10
x11-fm/xplore/files/patch-ftype.c
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- ftype.c.orig Thu Sep 2 23:14:04 2004
|
||||||
|
+++ ftype.c Thu Sep 2 23:14:25 2004
|
||||||
|
@@ -300,6 +300,7 @@
|
||||||
|
goto err;
|
||||||
|
return i;
|
||||||
|
err:
|
||||||
|
+ break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return NONE;
|
Loading…
Add table
Reference in a new issue