chiark / gitweb /
vim: Use sensible.vim as system vimrc
[termux-packages] / packages / gnushogi / use_libncurses.patch
1 diff -u -r ../gnushogi-1.4.2/configure ./configure
2 --- ../gnushogi-1.4.2/configure 2014-02-17 21:30:14.000000000 +0100
3 +++ ./configure 2014-02-25 23:37:49.000000000 +0100
4 @@ -3315,7 +3315,7 @@
5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_clrtoeol" >&5
6  $as_echo "$ac_cv_lib_curses_clrtoeol" >&6; }
7  if test "x$ac_cv_lib_curses_clrtoeol" = xyes; then :
8 -  LIBCURSES=-lcurses
9 +  LIBCURSES=-lncurses
10  
11       CURSESDSP=cursesdsp.o
12