Initial push
[termux-packages] / packages / angband / configure.patch
1 diff -u -r ../angband-v3.5.0/configure ./configure
2 --- ../angband-v3.5.0/configure 2013-12-24 16:56:55.000000000 +0100
3 +++ ./configure 2014-03-10 01:27:04.085884186 +0100
4 @@ -4879,18 +4879,18 @@
5 if test x$ncurses_exec_prefix != x ; then
6 ncurses_args="$ncurses_args --exec-prefix=$ncurses_exec_prefix"
7 if test x${NCURSES_CONFIG+set} != xset ; then
8 - NCURSES_CONFIG=$ncurses_exec_prefix/bin/ncursesw5-config
9 + NCURSES_CONFIG=$ncurses_exec_prefix/bin/ncursesw6-config
10 fi
11 fi
12 if test x$ncurses_prefix != x ; then
13 ncurses_args="$ncurses_args --prefix=$ncurses_prefix"
14 if test x${NCURSES_CONFIG+set} != xset ; then
15 - NCURSES_CONFIG=$ncurses_prefix/bin/ncursesw5-config
16 + NCURSES_CONFIG=$ncurses_prefix/bin/ncursesw6-config
17 fi
18 fi
19
20 - # Extract the first word of "ncursesw5-config", so it can be a program name with args.
21 -set dummy ncursesw5-config; ac_word=$2
22 + # Extract the first word of "ncursesw6-config", so it can be a program name with args.
23 +set dummy ncursesw6-config; ac_word=$2
24 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25 $as_echo_n "checking for $ac_word... " >&6; }
26 if ${ac_cv_path_NCURSES_CONFIG+:} false; then :