kdiff3: broken on all armv6 as well as ppc32
This commit is contained in:
parent
c9cb785a5c
commit
974821a69a
@ -14,6 +14,6 @@ distfiles="${KDE_SITE}/kdiff3/kdiff3-${version}.tar.xz"
|
|||||||
checksum=7877c0f38d24f35edc6c61353fe6e12790aaa285663fe403133e4fc00bcf436e
|
checksum=7877c0f38d24f35edc6c61353fe6e12790aaa285663fe403133e4fc00bcf436e
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6*-musl) CXXFLAGS+=" -latomic";;
|
ppc64*) ;;
|
||||||
armv6*) broken="static assertion failed: template parameter is an integral of a size not supported on this platform";;
|
armv6*|ppc*) broken="static assertion failed: template parameter is an integral of a size not supported on this platform";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user