summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2005-03-06 02:49:03 +0000
committerJoseph Jezak <josejx@gentoo.org>2005-03-06 02:49:03 +0000
commit67dd0340d3d0b4b6518936d42cdf1889565dd538 (patch)
tree608e65a91fb0822f0a5a4f1287651c2486fe82ed /app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch
parent Marked ~ppc for bug #84197. (diff)
downloadgentoo-2-67dd0340d3d0b4b6518936d42cdf1889565dd538.tar.gz
gentoo-2-67dd0340d3d0b4b6518936d42cdf1889565dd538.tar.bz2
gentoo-2-67dd0340d3d0b4b6518936d42cdf1889565dd538.zip
Added patch to fix compiling on gcc 3.4.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch')
-rw-r--r--app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch b/app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch
new file mode 100644
index 000000000000..121988feec24
--- /dev/null
+++ b/app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch
@@ -0,0 +1,10 @@
+--- unicode_join.c 2005-03-06 13:20:10.849453136 +1100
++++ unicode_join.c.new 2005-03-06 13:20:05.472270592 +1100
+@@ -182,6 +182,7 @@
+ *q++ = l1;
+ i++;
+ found:
++ ;
+ }
+ }
+ return q - buf_out;