Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison/files: ratpoison-1.4.4-glibc210.patch
Date: Sat, 01 Aug 2009 23:49:13
Message-Id: E1MXOK7-0006GY-0O@stork.gentoo.org
1 vostorga 09/08/01 23:49:11
2
3 Added: ratpoison-1.4.4-glibc210.patch
4 Log:
5 Adding patch to compile against glibc 2.10 , bug #274965
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch?rev=1.1&content-type=text/plain
13
14 Index: ratpoison-1.4.4-glibc210.patch
15 ===================================================================
16 diff -NrU5 ratpoison-1.4.4.original/configure.in ratpoison-1.4.4/configure.in
17 --- ratpoison-1.4.4.original/configure.in 2009-06-21 18:29:08.000000000 +0000
18 +++ ratpoison-1.4.4/configure.in 2009-06-21 18:30:54.000000000 +0000
19 @@ -144,10 +144,10 @@
20 AC_CHECK_HEADERS(unistd.h stdarg.h)
21
22 dnl Checks for typedefs, structures, and compiler characteristics.
23
24 dnl Checks for library functions.
25 -AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
26 +AC_CHECK_FUNCS(getline getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
27
28 AC_TYPE_SIGNAL
29
30 AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile)