From ddacb53abad4a53f126fb0dc31587adfea90c6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 13 Dec 2017 20:01:24 +0100 Subject: [PATCH] godot: fix musl A patch text file must have the file extension .patch or .diff. This is why 10-fix-musl was not applied but 10-fix-musl.patch is. --- srcpkgs/godot/patches/{10-fix-musl => 10-fix-musl.patch} | 0 srcpkgs/godot/template | 4 ---- 2 files changed, 4 deletions(-) rename srcpkgs/godot/patches/{10-fix-musl => 10-fix-musl.patch} (100%) 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 }