git: c1451a3d6d77 - main - devel/hs-git-annex: Mark BROKEN on aarch64.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 08:24:44 UTC
The branch main has been updated by arrowd:

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

commit c1451a3d6d7779b7cdfc1156de88a1d565e58713
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-07-21 08:21:03 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-07-21 08:24:25 +0000

    devel/hs-git-annex: Mark BROKEN on aarch64.
    
    Reported by:    pkg-fallout
---
 devel/hs-git-annex/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile
index e8d1a99fea1a..d093691c16f3 100644
--- a/devel/hs-git-annex/Makefile
+++ b/devel/hs-git-annex/Makefile
@@ -5,6 +5,8 @@ CATEGORIES=	devel haskell
 MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	Manage files with git, without checking their contents into git
 
+BROKEN_aarch64=	Causes compiler to crash
+
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	rsync:net/rsync \