summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ydpdict/files/ydpdict-1.0.3-tinfo.patch')
-rw-r--r--app-dicts/ydpdict/files/ydpdict-1.0.3-tinfo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-dicts/ydpdict/files/ydpdict-1.0.3-tinfo.patch b/app-dicts/ydpdict/files/ydpdict-1.0.3-tinfo.patch
new file mode 100644
index 000000000000..30c5ddedfdd3
--- /dev/null
+++ b/app-dicts/ydpdict/files/ydpdict-1.0.3-tinfo.patch
@@ -0,0 +1,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])
+