From feb01f16c1f37b6f1564c5a51c9bf195b4aa7615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 21 Apr 2018 11:07:20 +0200 Subject: [PATCH] qt: broken for mips* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qt/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/qt/template b/srcpkgs/qt/template index d5d38c3e9b..d66bd59f04 100644 --- a/srcpkgs/qt/template +++ b/srcpkgs/qt/template @@ -27,6 +27,9 @@ if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt-qmake qt-host-tools" LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib" fi +case "$XBPS_TARGET_MACHINE" in + mips*) broken="Serveral Assembler messages: Error: branch out of range" ;; +esac do_configure() { local _opts _spec