aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-24 17:54:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-24 17:54:13 +0000
commitf08229797a23738b62f4f94d1ac2e58469bb1605 (patch)
treef87bffda8d371f012a0e09059a40c71230ea029e /cad
parent83b19a87c593645ab3120f2711e562fd6a0f9174 (diff)
downloadports-f08229797a23738b62f4f94d1ac2e58469bb1605.tar.gz
ports-f08229797a23738b62f4f94d1ac2e58469bb1605.zip
Diffstat (limited to 'cad')
-rw-r--r--cad/nvc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile
index f998b02499f8..5c5007a28862 100644
--- a/cad/nvc/Makefile
+++ b/cad/nvc/Makefile
@@ -9,8 +9,8 @@ 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
+BROKEN_armv6= use of undeclared identifier '_URC_NO_REASON', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265420
+BROKEN_armv7= use of undeclared identifier '_URC_NO_REASON', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265420
BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}