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/kweather/files: kweather-3.5.9-gcc-4.3.patch
Date: Sun, 24 Feb 2008 20:20:14
Message-Id: E1JTNKW-00084W-5P@stork.gentoo.org
1 ingmar 08/02/24 20:20:12
2
3 Added: kweather-3.5.9-gcc-4.3.patch
4 Log:
5 Fix compilation with gcc-4.3, patch kindly provided by Ryan Hill in bug 211273.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 kde-base/kweather/files/kweather-3.5.9-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kweather/files/kweather-3.5.9-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kweather/files/kweather-3.5.9-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: kweather-3.5.9-gcc-4.3.patch
15 ===================================================================
16 diff -Naur kweather-3.5.8-orig/kweather/metar_parser_test.cpp kweather-3.5.8/kweather/metar_parser_test.cpp
17 --- kweather-3.5.8-orig/kweather/metar_parser_test.cpp 2005-09-10 02:21:23.000000000 -0600
18 +++ kweather-3.5.8/kweather/metar_parser_test.cpp 2008-01-11 20:35:28.000000000 -0600
19 @@ -19,6 +19,7 @@
20 ****************************************************************************/
21
22 #include <iostream>
23 +#include <cstdlib>
24 using namespace std;
25
26 #include <qdatetime.h>
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list