diff --git a/srcpkgs/ktexteditor/template b/srcpkgs/ktexteditor/template index ecc100f6149..475981278c0 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"