From 50b8fbb6660a45cd410393ced614682c83578552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 23 Jul 2019 21:00:50 +0200 Subject: [PATCH] gnunet: fix armv[56]*, mips*, ppc, ppc-musl build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/gnunet/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/gnunet/template b/srcpkgs/gnunet/template index fb3ef1340b7..b0bbd3240fc 100644 --- a/srcpkgs/gnunet/template +++ b/srcpkgs/gnunet/template @@ -15,6 +15,11 @@ homepage="https://gnunet.org" distfiles="https://git.gnunet.org/gnunet.git/snapshot/${pkgname}-v${version}.tar.gz" checksum=ac99e7e5a167aa42e7734ad5c94a31be1f9fe98842a923c382c8a30b5320561a +case "$XBPS_TARGET_MACHINE" in + armv[56]*|mips*|ppc|ppc-musl) + makedepends+=" libatomic-devel";; +esac + pre_configure() { ./bootstrap }