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/mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch

11 lines
355 B

--- a/configure.in
+++ b/configure.in
@@ -125,6 +125,7 @@
AC_CHECK_HEADER(ncurses.h, [ncurses=yes])
test "x$ncurses" = "xyes" && AC_CHECK_LIB(ncurses, initscr, [LIBS="$LIBS -lncurses"; ncurses=yes], [ncurses=no])
test "x$ncurses" = "xno" && AC_MSG_ERROR([ncurses support required])
+AC_SEARCH_LIBS(curs_set, ncurses tinfo)
dnl Libetpan
libetpan=no