chiark / gitweb /
preload-hacks: Some patches to make it work.
[termux-packages] / packages / vim / src-auto-configure.patch
1 diff -u -r ../vim-8.0.0675/src/auto/configure ./src/auto/configure
2 --- ../vim-8.0.0675/src/auto/configure  2017-06-25 16:03:37.000000000 +0000
3 +++ ./src/auto/configure        2017-07-07 12:34:53.459850309 +0000
4 @@ -11426,6 +11426,7 @@
5  $as_echo_n "checking for tgetent()... " >&6; }
6    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7  /* end confdefs.h.  */
8 +#include <termcap.h>
9  
10  int
11  main ()