aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-05 08:11:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-05 09:15:35 +0000
commit1fed7205db98d363af1857cc0b8d075c8a68e0cf (patch)
treed9b2616dd3bb77aa3fa73aa44559cd104c6cd286
parentcaa9623577995545f26a8915fc7f38f0d11c8883 (diff)
downloadports-1fed7205db98d363af1857cc0b8d075c8a68e0cf.tar.gz
ports-1fed7205db98d363af1857cc0b8d075c8a68e0cf.zip
cad/ghdl: Broken on arm64
Reported by: fallout
-rw-r--r--cad/ghdl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile
index 58fff6ed1a44..da98a6dc1271 100644
--- a/cad/ghdl/Makefile
+++ b/cad/ghdl/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/ghdl/ghdl
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.md
+BROKEN_aarch64= build breaks, see https://github.com/ghdl/ghdl/issues/2639
+
TEST_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}pyTooling>=2.11.0:devel/py-pyTooling@${PY_FLAVOR}