diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 5b0d64f18e2..0fbe8f22637 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -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}"