From 9c6c52b90cfc25761a5f8c3a39f1647e9eeeaf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 25 Feb 2018 21:23:02 +0100 Subject: [PATCH] qt5: won't build for armv5te* or mips* --- srcpkgs/qt5/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index e9a53145325..fc48e1cc0ab 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -29,6 +29,9 @@ license="GPL-3, LGPL-2.1" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz" checksum=05ffba7b811b854ed558abf2be2ddbd3bb6ddd0b60ea4b5da75d277ac15e740a +case "$XBPS_TARGET_MACHINE" ]; in + arvm5*|mips*) broken="qtwebengine cannot be built for $XBPS_TARGET_MACHINE" ;; +esac if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then nodebug=yes # prevent OOM