diff --git a/srcpkgs/godot/patches/10-fix-musl b/srcpkgs/godot/patches/10-fix-musl.patch similarity index 100% rename from srcpkgs/godot/patches/10-fix-musl rename to srcpkgs/godot/patches/10-fix-musl.patch diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template index a79df0547b5..27b5c438c79 100644 --- a/srcpkgs/godot/template +++ b/srcpkgs/godot/template @@ -24,10 +24,6 @@ nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/6342/steps/sh CFLAGS+=" -fPIE -fPIC" LDFLAGS+=" -pie" -case "$XBPS_TARGET_MACHINE" in - *-musl) broken="Missing definition for __bswap_16()" ;; -esac - post_extract() { sed -i -e "/openssl_version =/,+4d" platform/x11/detect.py }