dev-perl/Wx: move setup-wxwidgets

Closes: https://bugs.gentoo.org/935471
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2024-09-05 21:36:13 +03:00
committed by Sam James
parent df72bb6d4a
commit f23db62bf4

View File

@@ -50,7 +50,6 @@ src_prepare() {
dos2unix MANIFEST || die
dos2unix typemap || die
setup-wxwidgets
perl-module_src_prepare
}
@@ -58,6 +57,7 @@ src_configure() {
# xspp sets CC to a c++ compiler but the eclass overrides it
# https://bugs.gentoo.org/931939
export CC="$(tc-getCXX)"
setup-wxwidgets
perl-module_src_configure
}