Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-roguelike/nethack/files: nethack-3.4.3-gibc210.patch
Date: Wed, 07 Oct 2009 07:43:41
Message-Id: E1MvRBT-00024w-2E@stork.gentoo.org
1 tupone 09/10/07 07:43:39
2
3 Added: nethack-3.4.3-gibc210.patch
4 Log:
5 Fix build with glibc-2.10 Bug #286532
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-roguelike/nethack/files/nethack-3.4.3-gibc210.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/nethack/files/nethack-3.4.3-gibc210.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/nethack/files/nethack-3.4.3-gibc210.patch?rev=1.1&content-type=text/plain
13
14 Index: nethack-3.4.3-gibc210.patch
15 ===================================================================
16 --- include/unixconf.h.old 2009-10-07 09:37:46.000000000 +0200
17 +++ include/unixconf.h 2009-10-07 09:38:05.000000000 +0200
18 @@ -293,10 +293,8 @@
19 # endif
20 #else /* therefore SYSV */
21 # ifndef index /* some systems seem to do this for you */
22 -#define index strchr
23 # endif
24 # ifndef rindex
25 -#define rindex strrchr
26 # endif
27 #endif