dev-libs/snowball-stemmer: fix cross-compile

... by building native snowball

Closes: https://bugs.gentoo.org/947412
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/229
Merges: https://codeberg.org/gentoo/gentoo/pulls/229
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2026-03-05 11:09:35 +01:00
committed by Sam James
parent 7052e53c8b
commit 8a93b6d1f8

View File

@@ -33,6 +33,9 @@ src_configure() {
}
src_compile() {
# 947412
tc-is-cross-compiler && tc-env_build emake snowball
tc-export CC AR
default
}