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 app-dicts/babytrans/files: babytrans-0.9.2-gcc43.patch
Date: Sat, 28 Jun 2008 23:02:48
Message-Id: E1KCjRK-0000k2-M6@stork.gentoo.org
1 loki_val 08/06/28 23:02:42
2
3 Added: babytrans-0.9.2-gcc43.patch
4 Log:
5 Fix for gcc-4.3, bug #227203. Thanks to Marek Miller <mlm@××××××.pl>
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 app-dicts/babytrans/files/babytrans-0.9.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/babytrans/files/babytrans-0.9.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/babytrans/files/babytrans-0.9.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: babytrans-0.9.2-gcc43.patch
15 ===================================================================
16 --- src/main.cc.orig 2008-06-15 16:22:24.000000000 +0000
17 +++ src/main.cc 2008-06-15 16:22:40.000000000 +0000
18 @@ -32,6 +32,8 @@
19 #include <string>
20 #include <vector>
21 #include <cerrno>
22 +#include <cstdlib>
23 +#include <cstring>
24
25 #include <sys/stat.h> // for stat()
26 #include <unistd.h> // for stat()
27
28 --- src/libbab.cc.orig 2008-06-15 16:28:41.000000000 +0000
29 +++ src/libbab.cc 2008-06-15 16:29:03.000000000 +0000
30 @@ -30,6 +30,8 @@
31 #include <list>
32 #include <cctype>
33 #include <cerrno>
34 +#include <cstring>
35 +
36
37 #ifdef ENABLE_NLS
38 #include <libintl.h>
39
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list