From 4d4a75e2ef042ef3942896b5dc90cabc37c7968c Mon Sep 17 00:00:00 2001 From: John Date: Sun, 19 Aug 2018 11:01:18 +0200 Subject: [PATCH] kicad: rebuild to fix ABI mismatch with wxWidgets --- srcpkgs/kicad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index 0688d4dd36..278fb3541b 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -1,7 +1,7 @@ # Template file for 'kicad' pkgname=kicad version=4.0.7 -revision=7 +revision=8 build_style=cmake configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON"