diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2018-05-26 23:44:43 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-07-14 22:27:09 +0300 |
commit | f40dcb8cf98c034cfe49d6cbffc7c93f086f152b (patch) | |
tree | 183abffb172b268582ef49245b188c964a771c5b /dev-util | |
parent | dev-util/codeblocks: update package DESCRIPTION (diff) | |
download | gentoo-f40dcb8cf98c034cfe49d6cbffc7c93f086f152b.tar.gz gentoo-f40dcb8cf98c034cfe49d6cbffc7c93f086f152b.tar.bz2 gentoo-f40dcb8cf98c034cfe49d6cbffc7c93f086f152b.zip |
dev-util/codeblocks: remove "--with-wx-config"
Remove --with-wx-config="${WX_CONFIG}" from "econf" in "src_configure()" section.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/codeblocks/codeblocks-17.12-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-17.12-r301.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
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) \ |