inkscape: try to fix cross on aarch64-musl

This commit is contained in:
maxice8 2018-08-19 20:19:47 -03:00
parent 9ac0e2c87b
commit 57cd4f1b64
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -6,7 +6,7 @@ build_style=gnu-configure
configure_args="--enable-lcms --enable-poppler-cairo
--without-gnome-vfs --disable-static"
hostmakedepends="automake pkg-config libtool intltool gettext-devel
glib-devel"
glib-devel perl-XML-Parser"
makedepends="
popt-devel libpng-devel gsl-devel gc-devel gtkmm2-devel libxslt-devel
lcms2-devel poppler-glib-devel boost-devel libmagick-devel
@ -19,7 +19,7 @@ homepage="http://inkscape.org/"
license="GPL-2, LGPL-2.1"
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
checksum=a530c3ac5c9670a0533f4b71e27e62fa9c8a7f3bcff2148d882e4afafb2387d4
wrksrc="$pkgname-INKSCAPE_${version//./_}"
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"