aboutsummaryrefslogtreecommitdiff
path: root/app-shells/tcsh/files/tcsh-6.20.00-use-ncurses-tinfo.patch
blob: e17841863d812306c7e7799ab70c03f0b5f97712 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tcsh-6.20.00/configure.ac
+++ tcsh-6.20.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 termcap curses ncurses], [], [
+AC_SEARCH_LIBS([tgetent], [ncurses tinfo], [], [
    AC_MSG_ERROR([unable to find the tgetent() function])
 ])
 AC_SEARCH_LIBS(gethostbyname, nsl)