X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/798619b91c91405f847b0e48137239f218a4cf15..59f0d218a6ff34c80cf898f6d7ac62555ba8eb11:/packages/angband/configure.patch diff --git a/packages/angband/configure.patch b/packages/angband/configure.patch new file mode 100644 index 00000000..85a32e96 --- /dev/null +++ b/packages/angband/configure.patch @@ -0,0 +1,26 @@ +diff -u -r ../angband-v3.5.0/configure ./configure +--- ../angband-v3.5.0/configure 2013-12-24 16:56:55.000000000 +0100 ++++ ./configure 2014-03-10 01:27:04.085884186 +0100 +@@ -4879,18 +4879,18 @@ + if test x$ncurses_exec_prefix != x ; then + ncurses_args="$ncurses_args --exec-prefix=$ncurses_exec_prefix" + if test x${NCURSES_CONFIG+set} != xset ; then +- NCURSES_CONFIG=$ncurses_exec_prefix/bin/ncursesw5-config ++ NCURSES_CONFIG=$ncurses_exec_prefix/bin/ncursesw6-config + fi + fi + if test x$ncurses_prefix != x ; then + ncurses_args="$ncurses_args --prefix=$ncurses_prefix" + if test x${NCURSES_CONFIG+set} != xset ; then +- NCURSES_CONFIG=$ncurses_prefix/bin/ncursesw5-config ++ NCURSES_CONFIG=$ncurses_prefix/bin/ncursesw6-config + fi + fi + +- # Extract the first word of "ncursesw5-config", so it can be a program name with args. +-set dummy ncursesw5-config; ac_word=$2 ++ # Extract the first word of "ncursesw6-config", so it can be a program name with args. ++set dummy ncursesw6-config; ac_word=$2 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + $as_echo_n "checking for $ac_word... " >&6; } + if ${ac_cv_path_NCURSES_CONFIG+:} false; then :