You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch

16 lines
453 B

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