summaryrefslogtreecommitdiff
path: root/app-dicts/ydpdict/files/ydpdict-1.0.3-tinfo.patch
blob: 30c5ddedfdd3c48ceb6f174704086dae0566ce14 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@
 AC_CHECK_HEADER([ncursesw/ncurses.h], [have_ncursesw_ncurses_h=yes])
 AC_CHECK_HEADER([curses.h], [have_curses_h=yes])
 AC_CHECK_LIB([ncursesw], [initscr], [have_libncursesw=yes])
+AC_SEARCH_LIBS([keypad],[tinfow])
 
 AC_MSG_CHECKING([for Unicode-aware ncurses])