Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ksirtet/files: ksirtet-3.5.9-gcc-4.3.patch
Date: Sun, 24 Feb 2008 20:33:54
Message-Id: E1JTNXj-00088X-E8@stork.gentoo.org
1 ingmar 08/02/24 20:33:51
2
3 Added: ksirtet-3.5.9-gcc-4.3.patch
4 Log:
5 Fix compilation with gcc-4.3, patch kindly provided by Ryan Hill in bug 211303.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 kde-base/ksirtet/files/ksirtet-3.5.9-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksirtet/files/ksirtet-3.5.9-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksirtet/files/ksirtet-3.5.9-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: ksirtet-3.5.9-gcc-4.3.patch
15 ===================================================================
16 diff -Naurp ksirtet-3.5.9-orig/ksirtet/ksirtet/check_score.cpp ksirtet-3.5.9/ksirtet/ksirtet/check_score.cpp
17 --- ksirtet-3.5.9-orig/ksirtet/ksirtet/check_score.cpp 2005-09-10 02:18:08.000000000 -0600
18 +++ ksirtet-3.5.9/ksirtet/ksirtet/check_score.cpp 2008-02-24 14:22:49.000000000 -0600
19 @@ -1,7 +1,8 @@
20 -#include <iostream.h>
21 +#include <iostream>
22
23 #include <kcmdlineargs.h>
24
25 +using namespace std;
26
27 int main(int argc, char **argv)
28 {
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list