diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-08 01:42:59 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-08 01:43:26 -0700 |
commit | a9ab1125929addc523e1026aaad7acdbf6e48430 (patch) | |
tree | ce94ac9ef1037a5b94fedf905539eef556cd6171 | |
parent | math/mlpack: Broken on 13 (diff) |
math/lean4: Broken on 13
Reported by: fallout
-rw-r--r-- | math/lean4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/lean4/Makefile b/math/lean4/Makefile index 8ac3190497f2..08ab12311304 100644 --- a/math/lean4/Makefile +++ b/math/lean4/Makefile @@ -11,6 +11,7 @@ WWW= https://lean-lang.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= compilation fails: error: use of undeclared identifier 'clearenv' BROKEN_armv7= compilation fails: ../../.build/stage1/lib/temp/Init/Coe.depend: No such file or directory BROKEN_i386= linking fails: INTERNAL PANIC: out of memory (during: Linking runLinter) |