dev-util/codeblocks: remove "--with-wx-config"
authorband-a-prend <torokhov-s-a@yandex.ru>
Sat, 26 May 2018 20:44:43 +0000 (23:44 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 14 Jul 2018 19:27:09 +0000 (22:27 +0300)
Remove --with-wx-config="${WX_CONFIG}" from "econf" in "src_configure()" section.

dev-util/codeblocks/codeblocks-17.12-r1.ebuild
dev-util/codeblocks/codeblocks-17.12-r301.ebuild

index 98e7a8427483f787acaae6e5da6c6a599034b28d..753d1c631d038655b3f9ed784477c45cc3f068a7 100644 (file)
@@ -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) \
index adc17cb8ea6512f559554218a7ce3f9bd9a9782c..4ac4c6b6992bee3732bc030d9aa9e7871760fb14 100644 (file)
@@ -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) \