diff --git a/srcpkgs/kdiff3/template b/srcpkgs/kdiff3/template index 0733c016e0d..7fe81967916 100644 --- a/srcpkgs/kdiff3/template +++ b/srcpkgs/kdiff3/template @@ -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