From 6e5cbae22825c5558a9b3a765740108b72aa514f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 15 Apr 2019 10:19:17 -0300 Subject: [PATCH] ktexteditor: broken on armv7l-musl --- srcpkgs/ktexteditor/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/ktexteditor/template b/srcpkgs/ktexteditor/template index ecc100f614..475981278c 100644 --- a/srcpkgs/ktexteditor/template +++ b/srcpkgs/ktexteditor/template @@ -13,6 +13,10 @@ homepage="https://projects.kde.org/projects/frameworks/ktexteditor" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" checksum=aa510656f632ef09c18af4263386265c293cb929f139786acd102881250314c3 +case "$XBPS_TARGET_MACHINE" in + armv7l-musl) broken="include/c++/8.3.0/bits/stl_relops.:67: Parse error at std" ;; +esac + if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kauth kparts" configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"