From 39d1346f9ec6a1ab5f64146775d7c7d0bf85bc38 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Fri, 14 Jun 2024 13:49:18 -0700 Subject: [PATCH] mk-configure: rebuild for gcc14 (nocross) --- srcpkgs/mk-configure/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mk-configure/template b/srcpkgs/mk-configure/template index 70f22b913d5..adb2bdd8ee3 100644 --- a/srcpkgs/mk-configure/template +++ b/srcpkgs/mk-configure/template @@ -1,7 +1,7 @@ # Template file for 'mk-configure' pkgname=mk-configure version=0.40.0 -revision=1 +revision=2 build_style=gnu-makefile make_cmd=bmake 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" checksum=7daaa79467389cd3bb7875ad24d0e56ba460b8f6165e138eb222620caf67f903 disable_parallel_build=yes +nocross=temporarily case "$XBPS_TARGET_MACHINE" in *-musl)