summaryrefslogtreecommitdiff
path: root/app-misc/abook/files/abook-0.6.1-tinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/abook/files/abook-0.6.1-tinfo.patch')
-rw-r--r--app-misc/abook/files/abook-0.6.1-tinfo.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/abook/files/abook-0.6.1-tinfo.patch b/app-misc/abook/files/abook-0.6.1-tinfo.patch
new file mode 100644
index 000000000000..e8c4585dbcb4
--- /dev/null
+++ b/app-misc/abook/files/abook-0.6.1-tinfo.patch
@@ -0,0 +1,18 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -86,6 +86,7 @@
+
+ AC_CHECK_LIB(ncursesw, initscr,
+ [LIBS="$LIBS -lncursesw"
++ AC_SEARCH_LIBS(cbreak, tinfo)
+ if test x$abook_cv_curses = x/usr -a -d /usr/include/ncursesw; then
+ CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
+ fi
+@@ -93,6 +94,7 @@
+ ac_widec_possible=no
+ AC_CHECK_LIB(ncurses, initscr,
+ [LIBS="$LIBS -lncurses"
++ AC_SEARCH_LIBS(cbreak, tinfo)
+ if test x$abook_cv_curses = x/usr -a -d /usr/include/ncurses; then
+ CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
+ fi