From c1eb3b03f26650e9c751268acc1b5b90b7be6f90 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 13 Dec 2016 14:37:08 +0100 Subject: [PATCH] inkscape: finally fix cross build Closes #5345 --- srcpkgs/inkscape/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index 33a6193af9c..14d4c29bfad 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -18,9 +18,6 @@ license="GPL-2, LGPL-2.1" distfiles="https://inkscape.global.ssl.fastly.net/media/resources/file/${pkgname}-${version}.tar.bz2" checksum=4d901f8a9e1924404e797ad23b8b0c495a9d155448816d95a55974314e1f141b -# Broken due to a dependency depending on glib not being compiled with gcc6, but don't know which -nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/29844/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"