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.
This commit is contained in:
Jürgen Buchmüller 2017-12-13 20:01:24 +01:00
parent 74cc920301
commit ddacb53aba
2 changed files with 0 additions and 4 deletions

View file

@ -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
}