diff --git a/packages/mc/build.sh b/packages/mc/build.sh index fda11902d..46cb02ef4 100644 --- a/packages/mc/build.sh +++ b/packages/mc/build.sh @@ -1,9 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://www.midnight-commander.org/ TERMUX_PKG_DESCRIPTION="Midnight Commander - a powerful file manager" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_VERSION=4.8.22 -TERMUX_PKG_REVISION=3 -TERMUX_PKG_SHA256=ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318 +TERMUX_PKG_VERSION=4.8.23 +TERMUX_PKG_SHA256=dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c TERMUX_PKG_SRCURL=http://ftp.midnight-commander.org/mc-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="libandroid-support, libiconv, ncurses, glib, openssl, libssh2, zlib" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" diff --git a/packages/mc/configure.patch b/packages/mc/configure.patch index a46434242..38cd43171 100644 --- a/packages/mc/configure.patch +++ b/packages/mc/configure.patch @@ -1,7 +1,7 @@ -diff -u -r ../mc-4.8.22/configure ./configure ---- ../mc-4.8.22/configure 2019-01-01 14:19:02.000000000 +0000 -+++ ./configure 2019-01-03 01:17:49.415270268 +0000 -@@ -20679,12 +20679,6 @@ +diff -u -r ../mc-4.8.23/configure ./configure +--- ../mc-4.8.23/configure 2019-06-22 11:44:11.000000000 +0000 ++++ ./configure 2019-06-23 17:51:24.487569137 +0000 +@@ -20600,12 +20600,6 @@ esac fi @@ -11,19 +11,6 @@ diff -u -r ../mc-4.8.22/configure ./configure - # Can't build mountlist.c or anything that needs its functions - fi - - if test $ac_list_mounted_fs = found; then : - gl_cv_list_mounted_fs=yes - else -@@ -21353,12 +21347,6 @@ - esac - fi - -- if test -z "$ac_list_mounted_fs"; then -- as_fn_error $? "could not determine how to read list of mounted file systems" "$LINENO" 5 -- # FIXME -- no need to abort building the whole package -- # Can't build mountlist.c or anything that needs its functions -- fi -- - if test $ac_list_mounted_fs = found; then : - - + if test $ac_list_mounted_fs = found; then + gl_cv_list_mounted_fs=yes + else