diff options
-rw-r--r-- | cad/nvc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 1c164212bbe9..fc326d213f83 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -10,6 +10,8 @@ COMMENT= VHDL compiler and simulator LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_14_i386= clang creashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265826 + BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} \ bash:shells/bash |