summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-11-03 15:17:44 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-11-03 15:17:44 +0000
commit4de31ac46a80be546ce4c8787601d41a376dbe31 (patch)
tree9c906106b640f2da4ab3033b235b64597acecbd1 /x11-misc/qterm/files
parentNew snapshot for bug 230661 (diff)
downloadgentoo-2-4de31ac46a80be546ce4c8787601d41a376dbe31.tar.gz
gentoo-2-4de31ac46a80be546ce4c8787601d41a376dbe31.tar.bz2
gentoo-2-4de31ac46a80be546ce4c8787601d41a376dbe31.zip
Fixed gcc-4.3 issue, bug #228225. Removed old versions.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-misc/qterm/files')
-rw-r--r--x11-misc/qterm/files/qterm-0.5.2-abs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/qterm/files/qterm-0.5.2-abs.patch b/x11-misc/qterm/files/qterm-0.5.2-abs.patch
new file mode 100644
index 000000000000..cf8311aa8105
--- /dev/null
+++ b/x11-misc/qterm/files/qterm-0.5.2-abs.patch
@@ -0,0 +1,12 @@
+--- qterm-0.5.2-org/src/qtermbuffer.cpp 2008-05-12 00:07:32.000000000 +0800
++++ qterm-0.5.2/src/qtermbuffer.cpp 2008-08-05 08:00:29.908006506 +0800
+@@ -18,6 +18,9 @@
+ #include <QString>
+ #include <QRect>
+ #include <QRegExp>
++#include <algorithm>
++using namespace std;
++
+ // #include <stdlib.h>
+ // #include <stdio.h>
+ // #include <math.h>