From c1d4ec4cbd52eabf9cb567eafaee73ad3124f5c9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 5 Mar 2018 17:30:45 +0100 Subject: [PATCH] libXfont: unbreak musl. --- srcpkgs/libXfont/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/libXfont/template b/srcpkgs/libXfont/template index 1d5922e374e..a0e49b7097a 100644 --- a/srcpkgs/libXfont/template +++ b/srcpkgs/libXfont/template @@ -12,10 +12,6 @@ license="MIT" distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2" checksum=1a7f7490774c87f2052d146d1e0e64518d32e6848184a18654e8d0bb57883242 -case "$XBPS_TARGET_MACHINE" in - aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/8553/steps/shell_3/logs/stdio" ;; -esac - post_install() { vlicense COPYING }