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/app-shells/tcsh/files/tcsh-6.21.00-use-ncurses.patch

12 lines
388 B

--- tcsh-6.21.00/configure.ac
+++ tcsh-6.21.00/configure.ac
@@ -317,7 +317,7 @@
dnl Checks for libraries
AC_SEARCH_LIBS(crypt, crypt)
AC_SEARCH_LIBS(getspnam, sec)
-AC_SEARCH_LIBS([tgetent], [termlib tinfo termcap curses ncurses], [], [
+AC_SEARCH_LIBS([tgetent], [tinfo ncurses], [], [
AC_MSG_ERROR([unable to find the tgetent() function])
])
AC_SEARCH_LIBS(gethostbyname, nsl)