kdiff3: broken on all armv6 as well as ppc32

This commit is contained in:
q66 2020-01-10 17:41:44 +01:00
parent c9cb785a5c
commit 974821a69a

View file

@ -14,6 +14,6 @@ distfiles="${KDE_SITE}/kdiff3/kdiff3-${version}.tar.xz"
checksum=7877c0f38d24f35edc6c61353fe6e12790aaa285663fe403133e4fc00bcf436e
case "$XBPS_TARGET_MACHINE" in
armv6*-musl) CXXFLAGS+=" -latomic";;
armv6*) broken="static assertion failed: template parameter is an integral of a size not supported on this platform";;
ppc64*) ;;
armv6*|ppc*) broken="static assertion failed: template parameter is an integral of a size not supported on this platform";;
esac