From 10e93edbc3e5da99ab1271aac31e21438de86a90 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 23 Jul 2018 18:44:44 +0200 Subject: [PATCH] kicad: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/kicad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index d67d65ab7e1..0688d4dd368 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -1,7 +1,7 @@ # Template file for 'kicad' pkgname=kicad version=4.0.7 -revision=6 +revision=7 build_style=cmake configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON"