Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/webcpp/files: webcpp-0.8.4-gcc43.patch
Date: Fri, 20 Jun 2008 14:20:49
Message-Id: E1K9hTn-0002Y1-7y@stork.gentoo.org
1 loki_val 08/06/20 14:20:43
2
3 Added: webcpp-0.8.4-gcc43.patch
4 Log:
5 GCC-4.3 fix added (missing headers). Bug 227919. Thanks to Jeremy Olexa (darkside@g.o) for the patch.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.1 dev-util/webcpp/files/webcpp-0.8.4-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/webcpp/files/webcpp-0.8.4-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/webcpp/files/webcpp-0.8.4-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: webcpp-0.8.4-gcc43.patch
15 ===================================================================
16 --- webcpp/main.cpp.orig 2008-06-17 19:03:37.000000000 -0500
17 +++ webcpp/main.cpp 2008-06-17 19:03:50.000000000 -0500
18 @@ -24,6 +24,7 @@
19
20 #include "driver.h"
21 #include <fstream>
22 +#include <cstdlib>
23 using namespace std;
24
25 int main(int argc, char **argv) {
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list