From 420eeee727d39d869d864caddb04a80dafda7160 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Oct 2017 17:51:45 +0100 Subject: gentoo resync : 17.10.2017 --- app-shells/hstr/files/hstr-1.23-tinfo.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-shells/hstr/files/hstr-1.23-tinfo.patch (limited to 'app-shells/hstr/files') 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 000000000000..85a4743c0e94 --- /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_SEARCH_LIBS(keypad, tinfo, [], [AC_MSG_ERROR([Could not find tinfo library])]) + + # Checks for header files. + AC_CHECK_HEADER(assert.h) -- cgit v1.2.3