diff options
Diffstat (limited to 'app-misc/gtypist/files')
-rw-r--r-- | app-misc/gtypist/files/gtypist-2.9.5-link-infow.patch | 15 |
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 |