diff --git a/srcpkgs/musl-legacy-compat/template b/srcpkgs/musl-legacy-compat/template index f884fabb5ba..4c5394dfaad 100644 --- a/srcpkgs/musl-legacy-compat/template +++ b/srcpkgs/musl-legacy-compat/template @@ -2,17 +2,13 @@ pkgname=musl-legacy-compat version=0.3 revision=3 +archs="*-musl" bootstrap=yes short_desc="Legacy compatibility headers for the musl libc" maintainer="Enno Boland " license="BSD-2-Clause, BSD-3-Clause" homepage="http://www.voidlinux.org" -case "$XBPS_TARGET_MACHINE" in - *-musl) ;; - #*) broken="Only valid for musl systems";; -esac - do_install() { for f in ${FILESDIR}/*.h; do vinstall ${f} 644 usr/include/sys