diff --git a/packages/devel/ncurses/package.mk b/packages/devel/ncurses/package.mk index 97736b5c15..d9209926b2 100644 --- a/packages/devel/ncurses/package.mk +++ b/packages/devel/ncurses/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="ncurses" -PKG_VERSION="6.3" -PKG_SHA256="97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059" +PKG_VERSION="6.4" +PKG_SHA256="6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159" PKG_LICENSE="MIT" PKG_SITE="http://www.gnu.org/software/ncurses/" PKG_URL="http://invisible-mirror.net/archives/ncurses/ncurses-${PKG_VERSION}.tar.gz" diff --git a/packages/devel/ncurses/patches/ncurses-004-fix_configure_pkgconfig.patch b/packages/devel/ncurses/patches/ncurses-004-fix_configure_pkgconfig.patch index 9223676c71..2ef04aaa25 100644 --- a/packages/devel/ncurses/patches/ncurses-004-fix_configure_pkgconfig.patch +++ b/packages/devel/ncurses/patches/ncurses-004-fix_configure_pkgconfig.patch @@ -3,11 +3,11 @@ Fix configure option --with-pkg-config-libdir is broken for cross compilation --- a/configure 2021-10-17 17:12:23.000000000 +0200 +++ b/configure 2021-11-26 00:27:00.224815736 +0100 @@ -4229,7 +4229,7 @@ echo $ECHO_N "checking for first directo - cf_pkg_config_path=none - for cf_config in $cf_search_path - do -- if test -d "$cf_config" -+ if test -n "$cf_config" - then - cf_pkg_config_path=$cf_config - break + cf_pkg_config_path=none + for cf_config in $cf_search_path + do +- if test -d "$cf_config" ++ if test -n "$cf_config" + then + cf_pkg_config_path=$cf_config + break