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/dev-haskell/readline/files/readline-1.0.3.0-tinfo.patch

10 lines
357 B

https://bugs.gentoo.org/690268
--- a/configure.ac
+++ b/configure.ac
@@ -57,3 +57,4 @@ else
AC_CHECK_LIB(curses, tputs, HaveLibTermcap=YES; LibTermcap=curses,
- HaveLibTermcap=NO; LibTermcap=not-installed)))
+ AC_CHECK_LIB(tinfo, tputs, HaveLibTermcap=YES; LibTermcap=tinfo,
+ HaveLibTermcap=NO; LibTermcap=not-installed))))