inkscape: add libatomic_ops-devel dependency for arm*
This commit is contained in:
parent
5e0f4a0357
commit
e0c5910322
1 changed files with 5 additions and 1 deletions
|
@ -15,8 +15,8 @@ makedepends="
|
||||||
depends="desktop-file-utils hicolor-icon-theme python-lxml"
|
depends="desktop-file-utils hicolor-icon-theme python-lxml"
|
||||||
short_desc="Vector-based drawing program"
|
short_desc="Vector-based drawing program"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="http://inkscape.org/"
|
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
|
homepage="http://inkscape.org/"
|
||||||
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
|
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
|
||||||
checksum=a530c3ac5c9670a0533f4b71e27e62fa9c8a7f3bcff2148d882e4afafb2387d4
|
checksum=a530c3ac5c9670a0533f4b71e27e62fa9c8a7f3bcff2148d882e4afafb2387d4
|
||||||
wrksrc="${pkgname}-INKSCAPE_${version//./_}"
|
wrksrc="${pkgname}-INKSCAPE_${version//./_}"
|
||||||
|
@ -24,6 +24,10 @@ wrksrc="${pkgname}-INKSCAPE_${version//./_}"
|
||||||
# Use c++11 mode and reduce log spam due to gcc6 warnings
|
# Use c++11 mode and reduce log spam due to gcc6 warnings
|
||||||
CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align"
|
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() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue