From 20725653235f81bd300844d453fae38d8a521620 Mon Sep 17 00:00:00 2001 From: Vincent de Phily Date: Thu, 6 Jun 2019 11:44:00 +0100 Subject: [PATCH] app-shells/hstr: remove obsolete patch. Signed-off-by: Vincent de Phily Suggested-by: Thomas Beinicke Closes: https://bugs.gentoo.org/685562 Closes: https://github.com/gentoo/gentoo/pull/12206 Signed-off-by: Patrice Clement --- app-shells/hstr/files/hstr-1.23-tinfo.patch | 11 ----------- app-shells/hstr/hstr-2.0.ebuild | 1 - 2 files changed, 12 deletions(-) delete mode 100644 app-shells/hstr/files/hstr-1.23-tinfo.patch diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch b/app-shells/hstr/files/hstr-1.23-tinfo.patch deleted file mode 100644 index fd4eb414b12b..000000000000 --- a/app-shells/hstr/files/hstr-1.23-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(tinfow, tinfo, [], [AC_MSG_ERROR([Could not find tinfow library])]) - - # Checks for header files. - AC_CHECK_HEADER(assert.h) diff --git a/app-shells/hstr/hstr-2.0.ebuild b/app-shells/hstr/hstr-2.0.ebuild index 887a5f6d55af..0f78fdf6d9a8 100644 --- a/app-shells/hstr/hstr-2.0.ebuild +++ b/app-shells/hstr/hstr-2.0.ebuild @@ -21,7 +21,6 @@ DEPEND=" virtual/pkgconfig" DOCS=( CONFIGURATION.md README.md ) -PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" ) src_prepare() { default -- 2.26.2