diff options
author | arved <arved@FreeBSD.org> | 2004-09-03 05:18:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-09-03 05:18:33 +0800 |
commit | e939e7d0b8b508ef7ef63ebc2f1b9e409438064e (patch) | |
tree | 21c34030f34424a1f2f5b1a7d802286814b10b62 /x11-fm | |
parent | e3bf805ce83c0dbe289eb292d4b61ef355150b33 (diff) | |
download | freebsd-ports-gnome-e939e7d0b8b508ef7ef63ebc2f1b9e409438064e.tar.gz freebsd-ports-gnome-e939e7d0b8b508ef7ef63ebc2f1b9e409438064e.tar.zst freebsd-ports-gnome-e939e7d0b8b508ef7ef63ebc2f1b9e409438064e.zip |
Fix build with gcc 3.4
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xplore/files/patch-ftype.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fm/xplore/files/patch-ftype.c b/x11-fm/xplore/files/patch-ftype.c new file mode 100644 index 000000000000..b73767100d23 --- /dev/null +++ b/x11-fm/xplore/files/patch-ftype.c @@ -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; |