1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 17:47:06 +00:00
termux-packages/packages/cmus/configure.patch
Alain Kalker 0209a40e1c New packages: cmus-2.7.1, dependencies: opusfile-0.8, libcue-2.1.0 (#844)
* New package: cmus-2.7.1

* New package: libcue-2.1.0

Dependency of cmus

* New package: opusfile-0.8
2017-03-24 00:55:30 +01:00

12 lines
449 B
Diff

--- ./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