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-apps/conspy/files/conspy-1.14-tinfo.patch

11 lines
324 B

--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h getopt.h stdarg.h stdlib.h string.h sys/ioctl.h sys/time.h termios.h unistd.h])
AC_CHECK_LIB(ncurses, initscr)
+AC_SEARCH_LIBS(putp, tinfo)
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_TIME