summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-02-08 17:59:20 +0100
committerJeroen Roovers <jer@gentoo.org>2018-02-08 18:06:41 +0100
commit4bbf1dc67f8d5a0f9eead229155bcf65db1b8ca1 (patch)
treeef05a0d87a250cb0dd7faa019171e106d232aae9 /mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch
parentapp-admin/kube-bench: Version bump to 0.0.11 (diff)
downloadgentoo-4bbf1dc67f8d5a0f9eead229155bcf65db1b8ca1.tar.gz
gentoo-4bbf1dc67f8d5a0f9eead229155bcf65db1b8ca1.tar.bz2
gentoo-4bbf1dc67f8d5a0f9eead229155bcf65db1b8ca1.zip
mail-client/etpan-ng: Check for curs_set in libtinfo (bug #647018).
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch')
-rw-r--r--mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch b/mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch
new file mode 100644
index 000000000000..2f62659b906a
--- /dev/null
+++ b/mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch
@@ -0,0 +1,10 @@
+--- a/configure.in
++++ b/configure.in
+@@ -125,6 +125,7 @@
+ AC_CHECK_HEADER(ncurses.h, [ncurses=yes])
+ test "x$ncurses" = "xyes" && AC_CHECK_LIB(ncurses, initscr, [LIBS="$LIBS -lncurses"; ncurses=yes], [ncurses=no])
+ test "x$ncurses" = "xno" && AC_MSG_ERROR([ncurses support required])
++AC_SEARCH_LIBS(curs_set, ncurses tinfo)
+
+ dnl Libetpan
+ libetpan=no