From eec6a948246b4a4b9df871a6b09c20e34cd6f9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 8 Dec 2019 14:03:23 +0100 Subject: [PATCH] libglvnd: disable asm for mips* --- srcpkgs/libglvnd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template index ce7b0fe9032..df67c6e0126 100644 --- a/srcpkgs/libglvnd/template +++ b/srcpkgs/libglvnd/template @@ -22,7 +22,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then fi case "$XBPS_TARGET_MACHINE" in - arm*) configure_args+=" -Dasm=disabled";; + arm*|mips*) configure_args+=" -Dasm=disabled";; esac post_install() {