git: 1fed7205db98 - main - cad/ghdl: Broken on arm64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 05 Apr 2024 09:15:46 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fed7205db98d363af1857cc0b8d075c8a68e0cf

commit 1fed7205db98d363af1857cc0b8d075c8a68e0cf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-05 08:11:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-05 09:15:35 +0000

    cad/ghdl: Broken on arm64
    
    Reported by:    fallout
---
 cad/ghdl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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}