commit: 67ad15bb7a3095df22fb33bb6891cfa78a856bea
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 11:46:37 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 11:48:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ad15bb
app-shells/hstr: Fix building against sys-libs/ncurses[tinfo] (bug #634428).
Package-Manager: Portage-2.3.11, Repoman-2.3.3
app-shells/hstr/files/hstr-1.23-tinfo.patch | 11 +++++++++++
app-shells/hstr/hstr-1.23.ebuild | 3 +++
2 files changed, 14 insertions(+)
diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch
b/app-shells/hstr/files/hstr-1.23-tinfo.patch
new file mode 100644
index 00000000000..2dbd8dcf0c9
--- /dev/null
+++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -76,7 +76,7 @@
+ AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])])
+ 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_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo
library])])
+
+ # Checks for header files.
+ AC_CHECK_HEADER(assert.h)
diff --git a/app-shells/hstr/hstr-1.23.ebuild b/app-shells/hstr/hstr-1.23.ebuild
index 8c05b341c62..aa0d958ff0d 100644
--- a/app-shells/hstr/hstr-1.23.ebuild
+++ b/app-shells/hstr/hstr-1.23.ebuild
@@ -20,6 +20,9 @@ DEPEND="
virtual/pkgconfig"
DOCS=( CONFIGURATION.md README.md )
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.23-tinfo.patch
+)
src_prepare() {
default