From 53f15d549683ce426c33295c78acbdcbfe71246a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 28 Dec 2022 15:49:28 +0700 Subject: [PATCH] kdiff3: not broken anymore --- srcpkgs/kdiff3/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/kdiff3/template b/srcpkgs/kdiff3/template index ed9e141c864..7ca6d77c9de 100644 --- a/srcpkgs/kdiff3/template +++ b/srcpkgs/kdiff3/template @@ -15,5 +15,10 @@ checksum=317bf5c7e27cba81bce7e1a7a579105443133b633cbb71bc1f169e86a235af9c case "$XBPS_TARGET_MACHINE" in ppc64*) ;; - armv6*|ppc*) broken="static assertion failed: template parameter is an integral of a size not supported on this platform";; + armv6*|ppc*) broken="was failed to be built in the past";; esac + +if [ $XBPS_TARGET_NO_ATOMIC8 ]; then + makedepends+=" libatomic-devel" + configure_args=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic" +fi