You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-news/newsbeuter/files/newsbeuter-2.9-ncurses6.patch

12 lines
361 B

--- a/config.sh
+++ b/config.sh
@@ -110,7 +110,7 @@
if [ `uname -s` = "Darwin" ]; then
check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"
elif [ `uname -s` != "OpenBSD" ]; then
- check_custom "ncursesw5" "ncursesw5-config" || fail "ncursesw"
+ check_pkg "ncursesw" || fail "ncursesw"
fi
check_ssl_implementation
all_aboard_the_fail_boat