kdiff3: broken on all armv6 as well as ppc32
This commit is contained in:
parent
c9cb785a5c
commit
974821a69a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue