Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/herdstat/files: 1.1.2-gcc43.patch
Date: Tue, 06 May 2008 03:35:02
Message-Id: E1JtDxD-0001Vf-3H@stork.gentoo.org
1 drac 08/05/06 03:34:59
2
3 Added: 1.1.2-gcc43.patch
4 Log:
5 GCC 4.3 fix by Jan Kundrát wrt #216275.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 app-portage/herdstat/files/1.1.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/herdstat/files/1.1.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/herdstat/files/1.1.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.1.2-gcc43.patch
15 ===================================================================
16 --- src/common.cc.orig 2008-04-05 04:30:44.066828000 +0200
17 +++ src/common.cc 2008-04-05 04:32:20.760417283 +0200
18 @@ -25,6 +25,7 @@
19 #endif
20
21 #include <iostream>
22 +#include <ctime>
23 #include <herdstat/exceptions.hh>
24 #include <herdstat/fetcher/fetcher.hh>
25 #include <herdstat/util/string.hh>
26 --- src/pkgcache.cc.orig 2005-11-02 16:00:02.000000000 +0100
27 +++ src/pkgcache.cc 2008-04-05 04:33:20.367815011 +0200
28 @@ -27,6 +27,7 @@
29 #include <iostream>
30 #include <algorithm>
31 #include <iterator>
32 +#include <ctime>
33
34 #include <herdstat/util/string.hh>
35 #include <herdstat/util/file.hh>
36 --- src/herdstat.cc.orig 2008-04-05 04:30:44.070160000 +0200
37 +++ src/herdstat.cc 2008-04-05 04:33:49.978079014 +0200
38 @@ -28,6 +28,7 @@
39 #include <map>
40 #include <vector>
41 #include <algorithm>
42 +#include <cstring>
43
44 #ifdef HAVE_GETOPT_H
45 # include <getopt.h>
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list