X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/33068c0a6489d99def3c181e69c647c2341634fb..0209a40e1ca11c772754fa973b310b7f2138c421:/packages/cmus/configure.patch diff --git a/packages/cmus/configure.patch b/packages/cmus/configure.patch new file mode 100644 index 00000000..51238ff1 --- /dev/null +++ b/packages/cmus/configure.patch @@ -0,0 +1,11 @@ +--- ./configure.orig 2015-07-13 10:00:56.000000000 +0000 ++++ ./configure 2017-03-07 21:29:44.492136734 +0000 +@@ -117,7 +117,7 @@ + msg_checking "for working ncurses setup" + for flag in "" "-I/usr/include/ncurses" "-I/usr/include/ncursesw" + do +- if try_compile_link "$ncurses_code" $flag $NCURSES_LIBS ++ if try_compile_link "$ncurses_code" $NCURSES_CFLAGS $flag $NCURSES_LIBS + then + NCURSES_CFLAGS="$NCURSES_CFLAGS $flag" + msg_result yes