inkscape: enable cross again
Compiles fine locally. The glib rebuild with gcc6 should have solved the previous build errors.
This commit is contained in:
parent
0addcb6ae1
commit
f50fa65163
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@ license="GPL-2, LGPL-2.1"
|
||||||
distfiles="https://inkscape.global.ssl.fastly.net/media/resources/file/${pkgname}-${version}.tar.bz2"
|
distfiles="https://inkscape.global.ssl.fastly.net/media/resources/file/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=4d901f8a9e1924404e797ad23b8b0c495a9d155448816d95a55974314e1f141b
|
checksum=4d901f8a9e1924404e797ad23b8b0c495a9d155448816d95a55974314e1f141b
|
||||||
|
|
||||||
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/29822/steps/shell_3/logs/stdio"
|
# 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"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i src/ui/clipboard.cpp \
|
sed -i src/ui/clipboard.cpp \
|
||||||
|
|
Loading…
Reference in a new issue