mc: Update to 4.8.24

This commit is contained in:
Biswa96 2020-01-20 20:16:12 +05:30
parent 213f915bc0
commit 9410c6802a
2 changed files with 4 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=mc
pkgver=4.8.23
pkgver=4.8.24
pkgrel=1
pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
arch=('i686' 'x86_64')
@ -30,9 +30,9 @@ backup=('etc/mc/edit.indent.rc'
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/MidnightCommander/${pkgname}/archive/${pkgver}.tar.gz"
4.7.5.2-ncursesw-term.h.patch
mc-4.8.19-msys2.patch)
sha256sums=('732024636611f1d770a4324204eef4b9ac840ec37a9d3c3476087278962e3f90'
sha256sums=('7574a58f39d65bec52963e91adb5a76c989bfc65ad2a2bcea382d3500df9d845'
'49e9a7d918088c8760b0090e99cd6257fa56efa3a4d3e6c9166270cda9c2e8e3'
'3ed05c91c9e6f2004808a943898188ca9deb15d8df918917f36a32676b733b94')
'513a015f237a6907bbbf92bcc13351d831740163a0b8a508a99ba647dea64981')
noextract=(${pkgname}-${pkgver}.tar.gz)
prepare() {

View File

@ -2,7 +2,7 @@ diff --git mc-4.8.19.orig/configure mc-4.8.19/configure
index a89d720..e682489 100755
--- mc-4.8.19.orig/configure
+++ mc-4.8.19/configure
@@ -15829,7 +15829,7 @@ fi
@@ -15789,7 +15789,7 @@ fi
# on cygwin, the linker does not accept the "-z" option
case $host_os in
@ -11,15 +11,6 @@ index a89d720..e682489 100755
TESTS_LDFLAGS="-Wl,--allow-multiple-definition"
;;
*)
@@ -23043,7 +23043,7 @@ else
else
case "$host_os" in
osf*) gl_use_threads=no ;;
- cygwin*)
+ cygwin* | msys*)
case `uname -r` in
1.[0-5].*) gl_use_threads=no ;;
*) gl_use_threads=yes ;;
diff --git mc-4.8.19.orig/m4/threadlib.m4 mc-4.8.19/m4/threadlib.m4
index 05cc4ff..6f85014 100644
--- mc-4.8.19.orig/m4/threadlib.m4