From: band-a-prend Date: Sat, 26 May 2018 20:44:43 +0000 (+0300) Subject: dev-util/codeblocks: remove "--with-wx-config" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f40dcb8cf98c034cfe49d6cbffc7c93f086f152b;p=gentoo.git dev-util/codeblocks: remove "--with-wx-config" Remove --with-wx-config="${WX_CONFIG}" from "econf" in "src_configure()" section. --- diff --git a/dev-util/codeblocks/codeblocks-17.12-r1.ebuild b/dev-util/codeblocks/codeblocks-17.12-r1.ebuild index 98e7a8427483..753d1c631d03 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r1.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r1.ebuild @@ -55,7 +55,6 @@ src_configure() { use contrib || CONF_WITH_LST=$(use_with fortran contrib-plugins FortranProject) econf \ - --with-wx-config="${WX_CONFIG}" \ --disable-static \ $(use_enable debug) \ $(use_enable pch) \ diff --git a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild index adc17cb8ea65..4ac4c6b6992b 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild @@ -55,7 +55,6 @@ src_configure() { use contrib || CONF_WITH_LST=$(use_with fortran contrib-plugins FortranProject) econf \ - --with-wx-config="${WX_CONFIG}" \ --disable-static \ $(use_enable debug) \ $(use_enable pch) \