diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-06 19:47:05 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-06 19:51:45 -0700 |
commit | 055c08e084514415e41789eec53513f7de92e06c (patch) | |
tree | 30aa1d18c73b6d86493b2c41edae271198a1346b | |
parent | benchmarks/ddosify: Update to 0.8.1 (diff) |
lang/eisl: Broken on i386
Reported by: fallout
-rw-r--r-- | lang/eisl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 95096d20d9c8..61df7e277d54 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -9,6 +9,8 @@ COMMENT= Interpreter and compiler compatible with ISLisp standard LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/documents/license.txt +BROKEN_i386= stage breaks: Abort trap, see https://github.com/sasagawa888/eisl/issues/218 + TEST_DEPENDS= cppcheck:devel/cppcheck USES= gmake ncurses:port # port because tests need ncurses6-config |