inkscape: add libatomic_ops-devel dependency for arm*

This commit is contained in:
maxice8 2019-01-09 01:56:14 -02:00
parent 5e0f4a0357
commit e0c5910322
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 1 deletions

View File

@ -15,8 +15,8 @@ makedepends="
depends="desktop-file-utils hicolor-icon-theme python-lxml"
short_desc="Vector-based drawing program"
maintainer="Juan RP <xtraeme@voidlinux.org>"
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