summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorband-a-prend <torokhov-s-a@yandex.ru>2018-05-26 23:44:43 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-14 22:27:09 +0300
commitf40dcb8cf98c034cfe49d6cbffc7c93f086f152b (patch)
tree183abffb172b268582ef49245b188c964a771c5b
parentdev-util/codeblocks: update package DESCRIPTION (diff)
downloadgentoo-f40dcb8c.tar.gz
gentoo-f40dcb8c.tar.bz2
gentoo-f40dcb8c.zip
dev-util/codeblocks: remove "--with-wx-config"
Remove --with-wx-config="${WX_CONFIG}" from "econf" in "src_configure()" section.
-rw-r--r--dev-util/codeblocks/codeblocks-17.12-r1.ebuild1
-rw-r--r--dev-util/codeblocks/codeblocks-17.12-r301.ebuild1
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) \