aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-28 08:31:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-28 08:33:16 +0000
commit71c714507a1bf48067ed2889c74276fb4ddd80f6 (patch)
tree706ccb62798e60048116320c709210a380f6ba0b /math
parent19056078a62ba1d7b15e6a25f94425db63ca08c8 (diff)
math/kfr: Broken on i386
Reported by: fallout (cherry picked from commit 310b38fdb77543f7b574c57b3cedcfdf4413aa68)
Diffstat (limited to 'math')
-rw-r--r--math/kfr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/kfr/Makefile b/math/kfr/Makefile
index c963a7b1adae..7d2c54a7700b 100644
--- a/math/kfr/Makefile
+++ b/math/kfr/Makefile
@@ -9,6 +9,7 @@ WWW= https://github.com/kfrlib/kfr
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_i386= architecture mismatch in cmake, see https://github.com/kfrlib/kfr/issues/222
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386
ONLY_FOR_ARCHS_REASON= only x86, x86_64, ARM (ARMv7+ hf) and AArch64 (aka ARM64) are supported, see https://github.com/kfrlib/kfr/issues/158#issuecomment-1204723324