Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc/files: 6.4.5-glibc210.patch
Date: Wed, 29 Jul 2009 11:48:34
Message-Id: E1MW7e3-0007NT-Lh@stork.gentoo.org
1 scarabeus 09/07/29 11:48:31
2
3 Added: 6.4.5-glibc210.patch
4 Log:
5 Fix glibc-2.10 compilation issues. Per bug #276868. Thx to Joost Ruis for the patch.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 sci-misc/boinc/files/6.4.5-glibc210.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/files/6.4.5-glibc210.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/files/6.4.5-glibc210.patch?rev=1.1&content-type=text/plain
13
14 Index: 6.4.5-glibc210.patch
15 ===================================================================
16 Index: lib/str_util.h
17 ===================================================================
18 --- lib/str_util.h (revision 18304)
19 +++ lib/str_util.h (working copy)
20 @@ -18,6 +18,8 @@
21 #ifndef STR_UTIL_H
22 #define STR_UTIL_H
23
24 +#include "config.h"
25 +
26 #include <cstdlib>
27 #include <ctime>
28 #include <cctype>