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/media-sound/vimpc/files/vimpc-0.09.1-tinfo.patch

12 lines
186 B

--- a/configure.ac
+++ b/configure.ac
@@ -97,6 +97,8 @@
LIBS="$LIBS $CURSES_LIB"
+AC_SEARCH_LIBS([keypad],[tinfow tinfo])
+
PKG_CHECK_MODULES(pcre, libpcre)
AC_SUBST(pcre_LIBS)