mk-configure: rebuild for gcc14 (nocross)

This commit is contained in:
oreo639 2024-06-14 13:49:18 -07:00
parent 87d296dae1
commit 39d1346f9e

View file

@ -1,7 +1,7 @@
# Template file for 'mk-configure' # Template file for 'mk-configure'
pkgname=mk-configure pkgname=mk-configure
version=0.40.0 version=0.40.0
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
make_cmd=bmake make_cmd=bmake
make_install_args="MANDIR=/usr/share/man" make_install_args="MANDIR=/usr/share/man"
@ -16,6 +16,7 @@ homepage="https://github.com/cheusov/mk-configure/"
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz" distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=7daaa79467389cd3bb7875ad24d0e56ba460b8f6165e138eb222620caf67f903 checksum=7daaa79467389cd3bb7875ad24d0e56ba460b8f6165e138eb222620caf67f903
disable_parallel_build=yes disable_parallel_build=yes
nocross=temporarily
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) *-musl)