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/www-client/netrik/files/netrik-1.16.1-ncurses-tinfo...

14 lines
334 B

--- configure.ac.orig 2013-04-10 13:39:02.514339066 +0400
+++ configure.ac 2013-04-10 13:39:28.607341140 +0400
@@ -18,8 +18,9 @@
AC_HEADER_STDC
dnl check for ncurses
+AC_CHECK_LIB(tinfo, tparm)
AC_CHECK_LIB(ncursesw,
- tparm,
+ printw,
[NCURSES="yes"],
AC_MSG_ERROR([ncursesw is absolutely required!]))