From a3c8b69345e67dd18ec52f4213939731d4cd6e06 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 9 Jan 2019 02:21:32 -0200 Subject: [PATCH] inkscape: also add libatomic_ops-devel to aarch64* --- srcpkgs/inkscape/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index c640fbaacbe..c9f664eb39c 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -25,7 +25,7 @@ wrksrc="${pkgname}-INKSCAPE_${version//./_}" CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align" case "$XBPS_TARGET_MACHINE" in - arm*) makedepends+=" libatomic_ops-devel" ;; + arm*|aarch64*) makedepends+=" libatomic_ops-devel" ;; esac pre_configure() {