Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/kismet/files: kismet-2013.03.1-tinfo.patch
Date: Thu, 30 Oct 2014 23:00:46
Message-Id: 20141030230042.473A491A2@oystercatcher.gentoo.org
1 jer 14/10/30 23:00:42
2
3 Added: kismet-2013.03.1-tinfo.patch
4 Log:
5 Fix building against sys-libs/ncurses[tinfo] (bug #490972).
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch?rev=1.1&content-type=text/plain
14
15 Index: kismet-2013.03.1-tinfo.patch
16 ===================================================================
17 --- a/configure.in
18 +++ b/configure.in
19 @@ -423,6 +423,8 @@
20 foundlcurses=yes curseaux="-lcurses" termcontrol="curses" )
21 fi
22
23 + AC_SEARCH_LIBS([stdscr], tinfo ncurses,curseaux="$curseaux $ac_res")
24 +
25 if test "$foundlcurses" != "yes"; then
26 AC_MSG_ERROR(Failed to find libcurses or libncurses. Install them or disable building the Kismet client with --disable-client. Disabling the client is probably not something you want to do normally.)
27 fi