Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/erlang/files: 16.2-tinfo.patch
Date: Mon, 04 Nov 2013 15:56:08
Message-Id: 20131104155558.73E292004E@flycatcher.gentoo.org
1 djc 13/11/04 15:55:58
2
3 Added: 16.2-tinfo.patch
4 Log:
5 Version bump erlang to 16.2 (R16B02).
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 30380381)
8
9 Revision Changes Path
10 1.1 dev-lang/erlang/files/16.2-tinfo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/files/16.2-tinfo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/files/16.2-tinfo.patch?rev=1.1&content-type=text/plain
14
15 Index: 16.2-tinfo.patch
16 ===================================================================
17 --- erts/configure.in.bak 2013-11-04 14:47:47.838188678 +0100
18 +++ erts/configure.in 2013-11-04 14:46:54.352439671 +0100
19 @@ -1322,7 +1322,7 @@
20 if test "x$with_termcap" != "xno" &&
21 test "X$host" != "Xwin32"; then
22 # try these libs
23 - termcap_libs="ncurses curses termcap termlib"
24 + termcap_libs="tinfo ncurses curses termcap termlib"
25
26 for termcap_lib in $termcap_libs; do
27 AC_CHECK_LIB($termcap_lib, tgetent, TERMCAP_LIB="-l$termcap_lib")