From 6f5629a4e0df310b74fa0cf1cc029f3ef41d7758 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 6 Aug 2020 18:14:18 +0200 Subject: [PATCH] mame: broken on non-x86 since the new update the new update really went and did it, it doesn't build at all now --- srcpkgs/mame/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 6efd2a3d4f8..e4ff68f4103 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -25,6 +25,11 @@ case "$XBPS_TARGET_MACHINE" in *-musl) CXXFLAGS+=" -DBX_CRT_MUSL=1" ;; esac +case "$XBPS_TARGET_MACHINE" in + x86_64*|i686*) ;; + *) broken="it's busted";; +esac + build_options="qt" if [ -z "$CROSS_BUILD" ]; then build_options_default="qt"