Updates (#944)
[termux-packages] / packages / newsbeuter / 001_drop_ncurses_check.patch
1 diff -Naur newsbeuter.orig/config.sh newsbeuter/config.sh
2 --- newsbeuter.orig/config.sh 2016-11-13 11:12:30.735183059 +0100
3 +++ newsbeuter/config.sh 2016-11-13 11:20:14.820017266 +0100
4 @@ -107,10 +107,5 @@
5 check_pkg "stfl" || fail "stfl"
6 ( check_pkg "json" "" 0.11 || check_pkg "json-c" "" 0.11 ) || fail "json-c"
7
8 -if [ `uname -s` = "Darwin" ]; then
9 - check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"
10 -elif [ `uname -s` != "OpenBSD" ]; then
11 - check_custom "ncursesw5" "ncursesw5-config" || fail "ncursesw"
12 -fi
13 check_ssl_implementation
14 all_aboard_the_fail_boat