diff options
author | 2019-04-30 15:26:21 +0200 | |
---|---|---|
committer | 2019-05-07 23:27:06 +0200 | |
commit | c4007cf22d100c3fa2ce942480671d49b39cd80a (patch) | |
tree | a62bbf3e8e7e2bd48a4c26e3f326b620f91e1018 /app-shells/hstr/files | |
parent | net-libs/libsoup-2.64.2: added ~alpha, bug 680866 (diff) | |
download | gentoo-c4007cf22d100c3fa2ce942480671d49b39cd80a.tar.gz gentoo-c4007cf22d100c3fa2ce942480671d49b39cd80a.tar.bz2 gentoo-c4007cf22d100c3fa2ce942480671d49b39cd80a.zip |
app-shells/hstr: force tinfow use.
Courtesy of vapier@gentoo.org.
Closes: https://bugs.gentoo.org/651720
Closes: https://github.com/gentoo/gentoo/pull/11867
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-shells/hstr/files')
-rw-r--r-- | app-shells/hstr/files/hstr-1.23-tinfo.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch b/app-shells/hstr/files/hstr-1.23-tinfo.patch index 85a4743c0e94..fd4eb414b12b 100644 --- a/app-shells/hstr/files/hstr-1.23-tinfo.patch +++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch @@ -5,7 +5,7 @@ AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])]) # ncurses might be linked in libtinfo -#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])]) -+AC_SEARCH_LIBS(keypad, tinfo, [], [AC_MSG_ERROR([Could not find tinfo library])]) ++AC_SEARCH_LIBS(tinfow, tinfo, [], [AC_MSG_ERROR([Could not find tinfow library])]) # Checks for header files. AC_CHECK_HEADER(assert.h) |