From 9869c4bdf54220f3ec9cab03307d7f90091e5ecf Mon Sep 17 00:00:00 2001 From: dataCobra Date: Wed, 11 Oct 2023 12:20:39 +0200 Subject: [PATCH] godot: add correct build name --- srcpkgs/godot/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template index fdcebd1017566..9a7446b403835 100644 --- a/srcpkgs/godot/template +++ b/srcpkgs/godot/template @@ -1,7 +1,7 @@ # Template file for 'godot' pkgname=godot version=4.1.2 -revision=1 +revision=2 archs="x86_64* i686* aarch64* armv7* ppc64*" build_style=scons # Build currently fails with embree-4.X @@ -30,6 +30,7 @@ nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/sh CFLAGS+=" -fPIE -fPIC" LDFLAGS+=" -pie" + if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel" depends+=" libexecinfo" @@ -47,6 +48,7 @@ make_build_args+=" arch=$arch" pre_build() { export CXXFLAGS=" $CXXFLAGS " + export BUILD_NAME="voidlinux" } post_patch() {