commit:     94b4114fe9fd8130eb75fe82122eec1a67027c33
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 05:47:49 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 05:48:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b4114f

sci-mathematics/wxmaxima: call setup-wxwidgets from src_configure

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-mathematics/wxmaxima/wxmaxima-24.05.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/wxmaxima/wxmaxima-24.05.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-24.05.0.ebuild
index 3fbeb1a253b0..18b5ffff5949 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-24.05.0.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-24.05.0.ebuild
@@ -27,7 +27,6 @@ RDEPEND="${DEPEND}
        sci-mathematics/maxima"
 
 src_prepare() {
-       setup-wxwidgets
        cmake_src_prepare
 
        sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
@@ -48,6 +47,8 @@ src_prepare() {
 }
 
 src_configure() {
+       setup-wxwidgets
+
        local mycmakeargs=(
                -DWXM_UNIT_TESTS=$(usex test)
                -DWXM_DISABLE_WEBVIEW=$(usex webkit OFF ON)

Reply via email to