You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xrestop/files/xrestop-0.4-tinfo.patch

11 lines
291 B

--- 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"