jer 14/11/19 09:54:39 Added: xrestop-0.4-tinfo.patch Log: Fix building against sys-libs/ncurses[tinfo] (bug #529782). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 x11-misc/xrestop/files/xrestop-0.4-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/files/xrestop-0.4-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/files/xrestop-0.4-tinfo.patch?rev=1.1&content-type=text/plain Index: xrestop-0.4-tinfo.patch =================================================================== --- a/configure.ac +++ b/configure.ac @@ -65,6 +65,7 @@ # check for ncurses, fall back to curses AC_CHECK_LIB([ncurses], [initscr],,AC_CHECK_LIB([curses], [initscr])) +AC_SEARCH_LIBS([stdscr], [tinfo]) if test "x$GCC" = "xyes"; then GCC_WARNINGS="-Wall -fno-strict-aliasing"
