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-crypt/ckpass/files/ckpass-0.2-tinfo.patch

11 lines
417 B

--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@
AC_CHECK_LIB([c], [main], [], AC_MSG_ERROR(requires libc))
AC_CHECK_LIB([ncurses], [main], [], AC_MSG_ERROR(requires libncurses))
+AC_SEARCH_LIBS([acs_map],[tinfo], [], AC_MSG_ERROR(requires a library providing acs_map))
AC_CHECK_LIB([form], [main], [], AC_MSG_ERROR(requires libform))
AC_CHECK_LIB([kpass], [main], [], AC_MSG_ERROR(requires libkpass))