ktexteditor: broken on armv7l-musl

This commit is contained in:
maxice8 2019-04-15 10:19:17 -03:00
parent d9faddad57
commit 6e5cbae228
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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"