diff options
author | arved <arved@FreeBSD.org> | 2004-08-22 02:13:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-22 02:13:12 +0800 |
commit | 9df8eaabcabf137d66696b91724adff85eca84e9 (patch) | |
tree | 36178c07afe5d240106c08a54e7b5cede468353e /editors/qemacs | |
parent | f84de5b62f20d92fffb5c94816ee3ea0a6b6019e (diff) | |
download | freebsd-ports-gnome-9df8eaabcabf137d66696b91724adff85eca84e9.tar.gz freebsd-ports-gnome-9df8eaabcabf137d66696b91724adff85eca84e9.tar.zst freebsd-ports-gnome-9df8eaabcabf137d66696b91724adff85eca84e9.zip |
Fix build with gcc 3.4
Approved by: maintainer
Diffstat (limited to 'editors/qemacs')
-rw-r--r-- | editors/qemacs/files/patch-unicode_join.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/qemacs/files/patch-unicode_join.c b/editors/qemacs/files/patch-unicode_join.c new file mode 100644 index 000000000000..69e27ec48a55 --- /dev/null +++ b/editors/qemacs/files/patch-unicode_join.c @@ -0,0 +1,10 @@ +--- unicode_join.c.orig Sat Aug 21 20:08:14 2004 ++++ unicode_join.c Sat Aug 21 20:08:27 2004 +@@ -182,6 +182,7 @@ + *q++ = l1; + i++; + found: ++ break; + } + } + return q - buf_out; |