diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index bc69d39062b..c640fbaacbe 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -15,8 +15,8 @@ makedepends=" depends="desktop-file-utils hicolor-icon-theme python-lxml" short_desc="Vector-based drawing program" maintainer="Juan RP " -homepage="http://inkscape.org/" license="GPL-2, LGPL-2.1" +homepage="http://inkscape.org/" distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2" checksum=a530c3ac5c9670a0533f4b71e27e62fa9c8a7f3bcff2148d882e4afafb2387d4 wrksrc="${pkgname}-INKSCAPE_${version//./_}" @@ -24,6 +24,10 @@ wrksrc="${pkgname}-INKSCAPE_${version//./_}" # Use c++11 mode and reduce log spam due to gcc6 warnings CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align" +case "$XBPS_TARGET_MACHINE" in + arm*) makedepends+=" libatomic_ops-devel" ;; +esac + pre_configure() { ./autogen.sh