neomutt: update to 20231023
This commit is contained in:
parent
44076423d2
commit
7e76870052
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'neomutt'
|
||||
pkgname=neomutt
|
||||
version=20230517
|
||||
revision=2
|
||||
version=20231023
|
||||
revision=1
|
||||
create_wrksrc=true
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=configure
|
||||
|
@ -19,11 +19,11 @@ short_desc="Mutt with misc fixes and feature patches"
|
|||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://neomutt.org/"
|
||||
_test_files_hash=34f79ee9d91863a97f6e18700aea51157b8610cf
|
||||
_test_files_hash=00efc8388110208e77e6ed9d8294dfc333753d54
|
||||
distfiles="https://github.com/neomutt/neomutt/archive/${version}.tar.gz
|
||||
https://github.com/neomutt/neomutt-test-files/archive/${_test_files_hash}.tar.gz"
|
||||
checksum="4ac277b40e7ed5d67ba516338e2b26cc6810aa37564f6e9a2d45eb15b3a9213e
|
||||
4507e70e7c8512c993d9188cf320aea601580345ae9fb0c399ed1402d4e39b1f"
|
||||
checksum="2c3e9515d5810f9efd547d12b2301b9fa92d979aa8aa74a05780073f22c9bf0b
|
||||
2865e258034a72e498fdd1810071d9ab7559297a5f67203ea163cfdc4192dea4"
|
||||
python_version=3
|
||||
|
||||
# fix:
|
||||
|
@ -35,13 +35,8 @@ fi
|
|||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64-musl)
|
||||
# FIXME: error: variable 'fp' has initializer but incomplete type
|
||||
make_check=no # https://github.com/neomutt/neomutt/issues/3865
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1"
|
||||
;;
|
||||
*-musl)
|
||||
make_check=no # Same as in the x86_64-musl condition
|
||||
;;
|
||||
# Inquiry: Do we have largefile support on everywhere?
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue