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/tiptop/files/tiptop-2.3.1-tinfo.patch

13 lines
428 B

https://bugs.gentoo.org/618124
--- tiptop-2.3.1/configure.ac
+++ tiptop-2.3.1/configure.ac
@@ -24,6 +24,7 @@
AC_DEFINE([HAVE_LIBCURSES], [1], [Define to 1 if you have the `curses' library (-lcurses).])
LIBS="-lcurses $LIBS"],
[have_curses=no])
+AC_CHECK_LIB([tinfo], [keypad], LIBS="-ltinfo $LIBS")
fi
if test ! x$disable_libxml2 = xno; then # check only if not disabled