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/sys-process/ftop/files/ftop-1.0-tinfo.patch

11 lines
194 B

--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,7 @@
# Checks for libraries.
AC_CHECK_LIB([curses], [initscr])
+AC_SEARCH_LIBS(stdscr,tinfo)
# Checks for header files.
AC_HEADER_STDC