wine: broken on musl for now

This commit is contained in:
Andrew Benson 2021-04-12 20:39:43 -05:00
parent b9055723c1
commit 94eb7c4a2f

View File

@ -64,6 +64,10 @@ if [ "$XBPS_LIBC" = "glibc" ]; then
hostmakedepends+=" prelink"
fi
if [ "$XBPS_LIBC" = "musl" ]; then
broken="undefined reference to `ns_name_skip'"
fi
_wine_libexec="/usr/libexec/wine"
nopie_files="${_wine_libexec}/wine${_wine_suffix}"