inkscape: add libatomic_ops-devel dependency for arm*
This commit is contained in:
parent
5e0f4a0357
commit
e0c5910322
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue