diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-22 10:14:45 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-22 10:14:45 -0700 |
commit | fc4c4f15ab24b71577f9c499c83cb3cec9e2729a (patch) | |
tree | 8abbc7e7231f2fb5e1907569b474b95988adfb65 | |
parent | cad/surelog: Broken on aarch64 (diff) |
cad/nvc: Broken on armv6, armv7
Reported by: fallout
-rw-r--r-- | cad/nvc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index ef004c944c10..f998b02499f8 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -9,6 +9,9 @@ COMMENT= VHDL compiler and simulator LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= use of undeclared identifier '_URC_NO_REASON', see https://github.com/nickg/nvc/issues/492 +BROKEN_armv7= use of undeclared identifier '_URC_NO_REASON', see https://github.com/nickg/nvc/issues/492 + BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} TEST_DEPENDS= check>0:devel/check |