diffutils: update to 3.12.

This commit is contained in:
Vincent Legoll 2025-07-05 16:43:11 +02:00 committed by classabbyamp
parent 1fc23ebdc6
commit 6eab0a6960

View file

@ -1,6 +1,6 @@
# Template file for 'diffutils' # Template file for 'diffutils'
pkgname=diffutils pkgname=diffutils
version=3.10 version=3.12
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/diffutils" homepage="https://www.gnu.org/software/diffutils"
distfiles="${GNU_SITE}/diffutils/diffutils-${version}.tar.xz" distfiles="${GNU_SITE}/diffutils/diffutils-${version}.tar.xz"
checksum=90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e checksum=7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd
CFLAGS="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" CFLAGS="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
@ -23,6 +23,8 @@ fi
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
# Tell configure we have GNU getopt # Tell configure we have GNU getopt
configure_args+=" gl_cv_func_getopt_gnu=yes" configure_args+=" gl_cv_func_getopt_gnu=yes"
# Tell configure that our strcasecmp works
configure_args+=" gl_cv_func_strcasecmp_works=yes"
fi fi
pre_check() { pre_check() {