mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
committed by
Sam James
parent
7052e53c8b
commit
8a93b6d1f8
@@ -33,6 +33,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# 947412
|
||||
tc-is-cross-compiler && tc-env_build emake snowball
|
||||
|
||||
tc-export CC AR
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user