Initial push
[termux-packages] / packages / angband / configure.patch
diff --git a/packages/angband/configure.patch b/packages/angband/configure.patch
new file mode 100644 (file)
index 0000000..85a32e9
--- /dev/null
@@ -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 :