Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/w3mmee/files: w3mmee-0.3.2_p24-tinfo.patch
Date: Fri, 01 Mar 2013 13:56:07
Message-Id: 20130301135603.2B0472171D@flycatcher.gentoo.org
1 naota 13/03/01 13:56:03
2
3 Added: w3mmee-0.3.2_p24-tinfo.patch
4 Log:
5 Add workaround patch for tinfo. #459562
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.1 www-client/w3mmee/files/w3mmee-0.3.2_p24-tinfo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3mmee/files/w3mmee-0.3.2_p24-tinfo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3mmee/files/w3mmee-0.3.2_p24-tinfo.patch?rev=1.1&content-type=text/plain
14
15 Index: w3mmee-0.3.2_p24-tinfo.patch
16 ===================================================================
17 diff --git a/configure b/configure
18 index 73e247b..32afb35 100755
19 --- a/configure
20 +++ b/configure
21 @@ -1354,7 +1354,7 @@ main()
22 EOF
23
24 if [ -z "$dtermlib" ]; then
25 - TERM_LIBS='termcap termlib terminfo mytinfo curses ncurses'
26 + TERM_LIBS='termcap termlib terminfo mytinfo curses ncurses tinfo'
27
28 for lib in $TERM_LIBS; do
29 for tlibdir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib $prefix/lib; do