Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/glest/files: glest-3.2.2-glibc210.patch
Date: Thu, 03 Sep 2009 10:45:16
Message-Id: E1MjEdD-0006yN-Bx@stork.gentoo.org
1 nyhm 09/09/03 15:53:51
2
3 Added: glest-3.2.2-glibc210.patch
4 Log:
5 Fix building with glibc-2.10
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 games-strategy/glest/files/glest-3.2.2-glibc210.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/files/glest-3.2.2-glibc210.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/files/glest-3.2.2-glibc210.patch?rev=1.1&content-type=text/plain
13
14 Index: glest-3.2.2-glibc210.patch
15 ===================================================================
16 --- shared_lib/sources/platform/posix/socket.cpp
17 +++ shared_lib/sources/platform/posix/socket.cpp
18 @@ -10,6 +10,7 @@
19
20 #include <cstring>
21 #include <cstdlib>
22 +#include <cstdio>
23 #include <stdexcept>
24 #include <sstream>
25 #if defined(HAVE_SYS_IOCTL_H)