From 73a2ab4506b2e9d1c28abe6b92d4912e8be3072b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 31 Jan 2017 18:42:25 +0100 Subject: [PATCH] inkscape: unbreak i686 --- srcpkgs/inkscape/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index 8918d9747e..bdb59011f7 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -23,10 +23,6 @@ checksum=b8b4c159a00448d465384533e5a70d3f33e5f9c6b74c76ea5d636ddd6dd7ba56 # Use c++11 mode and reduce log spam due to gcc6 warnings CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align" -case "$XBPS_TARGET_MACHINE" in - i686) broken="https://build.voidlinux.eu/builders/i686_builder/builds/603/steps/shell_3/logs/stdio" ;; -esac - pre_configure() { ./autogen.sh }