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() {