summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjan Adriaanse <arjan@adriaan.se>2020-05-04 04:38:13 +0200
committerMike Gilbert <floppym@gentoo.org>2020-05-04 23:06:09 -0400
commitb7994d5cdc2b80af2eb16799c020be54c26bef90 (patch)
treee2d1aac93f1d649c84dc1d41cee9c01bd1e33f92 /app-misc/gtypist/files
parentdev-php/xdebug-client: drop old (diff)
downloadgentoo-b7994d5cdc2b80af2eb16799c020be54c26bef90.tar.gz
gentoo-b7994d5cdc2b80af2eb16799c020be54c26bef90.tar.bz2
gentoo-b7994d5cdc2b80af2eb16799c020be54c26bef90.zip
app-misc/gtypist: fix crash and upgrade EAPI
Closes: https://bugs.gentoo.org/698764 Signed-off-by: Arjan Adriaanse <arjan@adriaan.se> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/15639
Diffstat (limited to 'app-misc/gtypist/files')
-rw-r--r--app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch b/app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch
new file mode 100644
index 000000000000..736a031aa41a
--- /dev/null
+++ b/app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch
@@ -0,0 +1,15 @@
+diff --git a/configure.ac b/configure.ac
+index 8742d93..e350926 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -56,8 +56,8 @@ else
+ "further information. On Debian/Ubuntu you need to install libncursesw5-dev."
+ exit 1;
+ fi
+-AC_SEARCH_LIBS(cbreak, tinfo, [],
+- [AC_MSG_ERROR([Can't find cbreak() in -lncursesw or -ltinfo])])
++AC_SEARCH_LIBS(cbreak, tinfow, [],
++ [AC_MSG_ERROR([Can't find cbreak() in -lncursesw or -ltinfow])])
+
+
+ # iconv