inkscape: try to fix cross on aarch64-musl
This commit is contained in:
parent
9ac0e2c87b
commit
57cd4f1b64
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue