From 4f4657d90ef5067a7029adca705d0fbba9f67f81 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 4 Feb 2019 01:52:34 -0200 Subject: [PATCH] gxi: broken x86_64-musl --- srcpkgs/gxi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gxi/template b/srcpkgs/gxi/template index 31f1a2b5496..d38e82e35fd 100644 --- a/srcpkgs/gxi/template +++ b/srcpkgs/gxi/template @@ -14,8 +14,8 @@ distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${ve checksum=3e5420a284d685490887d96aba2a2eab9d41a6baa1e6b800d077e2ecf246422f case "$XBPS_TARGET_MACHINE" in - x86_64-musl) ;; - *-musl) broken="error: Could not compile 'glib'." ; + x86_64-musl) broken="error: Could not compile 'gio'." ;; + *-musl) broken="error: Could not compile 'glib'." ;; esac if [ "$CROSS_BUILD" ]; then