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() {