From d53e2742b8f70687877ad2dbc44a21778a38ba5e Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 8 Feb 2020 17:16:33 +0100 Subject: [PATCH] gnunet: use generic libatomic checks --- srcpkgs/gnunet/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gnunet/template b/srcpkgs/gnunet/template index 32c4155a8b6..6a8ed1b35d1 100644 --- a/srcpkgs/gnunet/template +++ b/srcpkgs/gnunet/template @@ -15,10 +15,9 @@ homepage="https://gnunet.org" distfiles="https://git.gnunet.org/gnunet.git/snapshot/${pkgname}-v${version}.tar.gz" checksum=0a7dbdd8b156722ac71e66129f4c4d9f62062e9172c7340fe244039f0f0a25ae -case "$XBPS_TARGET_MACHINE" in - armv[56]*|mips*|ppc|ppc-musl) - makedepends+=" libatomic-devel";; -esac +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + makedepends+=" libatomic-devel" +fi pre_configure() { ./bootstrap