ktexteditor: broken on armv7l-musl
This commit is contained in:
parent
d9faddad57
commit
6e5cbae228
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue