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-i18n/zhcon/files/zhcon-0.2.6-curses.patch

23 lines
707 B

diff --git a/configure.in b/configure.in
index 63172e4..6c2afcc 100644
--- a/configure.in
+++ b/configure.in
@@ -132,7 +132,7 @@ fi
AC_SUBST(ZHCON_LOCALE_DIR)
AC_CHECK_LIB(util, forkpty)
-AC_CHECK_LIB(curses, main)
+AC_SEARCH_LIBS([tgetent], [tinfow tinfo cursesw curses ncursesw ncurses], [break;])
dnl for freebsd
dnl AC_CHECK_LIB(c, i386_set_ioperm)
@@ -172,7 +172,7 @@ dnl Checks for gpm
dnl-----------------------------------------------------------------------
usegpm="yes"
AC_CHECK_HEADERS(gpm.h,,usegpm="no")
-AC_CHECK_LIB(gpm,main,,usegpm="no")
+AC_CHECK_LIB(gpm,Gpm_Open,,usegpm="no")
dnl-----------------------------------------------------------------------
dnl Checks for libggi