diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 16:49:22 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 16:49:22 +0000 |
commit | 5812f57052e0d9b98ef19f115f2da870d2c6adf3 (patch) | |
tree | cf0ed97ebc1bf3bbdf23e70ed898d2dd1d53af9d | |
parent | a4b692d10ffa4f91256e7bf0c1e867808ecdb280 (diff) |
japanese/py-SudachiPy: Broken on armv7
Reported by: fallout
-rw-r--r-- | japanese/py-SudachiPy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile index e3490f17c0ad..187f5150053b 100644 --- a/japanese/py-SudachiPy/Makefile +++ b/japanese/py-SudachiPy/Makefile @@ -12,8 +12,9 @@ WWW= https://github.com/WorksApplications/sudachi.rs LICENSE= APACHE20 -BROKEN_i386= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible -BROKEN_powerpc= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible +BROKEN_armv7= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible, see https://github.com/WorksApplications/sudachi.rs/issues/298 +BROKEN_i386= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible, see https://github.com/WorksApplications/sudachi.rs/issues/298 +BROKEN_powerpc= compilation fails: error[E0425]: cannot find value `SEED` in this scope ; constant `crate::hash::SEED` exists but is inaccessible, see https://github.com/WorksApplications/sudachi.rs/issues/298 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} \ |