Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qterm/files: qterm-0.5.2-abs.patch
Date: Mon, 03 Nov 2008 15:17:47
Message-Id: E1Kx1BZ-0008D6-05@stork.gentoo.org
1 matsuu 08/11/03 15:17:44
2
3 Added: qterm-0.5.2-abs.patch
4 Log:
5 Fixed gcc-4.3 issue, bug #228225. Removed old versions.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 x11-misc/qterm/files/qterm-0.5.2-abs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/files/qterm-0.5.2-abs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/files/qterm-0.5.2-abs.patch?rev=1.1&content-type=text/plain
13
14 Index: qterm-0.5.2-abs.patch
15 ===================================================================
16 --- qterm-0.5.2-org/src/qtermbuffer.cpp 2008-05-12 00:07:32.000000000 +0800
17 +++ qterm-0.5.2/src/qtermbuffer.cpp 2008-08-05 08:00:29.908006506 +0800
18 @@ -18,6 +18,9 @@
19 #include <QString>
20 #include <QRect>
21 #include <QRegExp>
22 +#include <algorithm>
23 +using namespace std;
24 +
25 // #include <stdlib.h>
26 // #include <stdio.h>
27 // #include <math.h>