From 479728d9ffbad5365946e5e7cbce612fa435ae2d Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Thu, 19 Dec 2019 21:41:35 -0600 Subject: [PATCH] fd: unmark broken on aarch64-musl Signed-off-by: Nathan Owens --- srcpkgs/fd/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template index 2094d0dd5f..f4c9b4b90d 100644 --- a/srcpkgs/fd/template +++ b/srcpkgs/fd/template @@ -10,10 +10,6 @@ homepage="https://github.com/sharkdp/fd" distfiles="https://github.com/sharkdp/fd/archive/v${version}.tar.gz" checksum=33570ba65e7f8b438746cb92bb9bc4a6030b482a0d50db37c830c4e315877537 -case "$XBPS_TARGET_MACHINE" in - aarch64-musl) broken="MAP_32BIT; not found in libc" ;; -esac - post_install() { vman doc/fd.1 vlicense LICENSE-MIT