git: e877385000e3 - main - devel/hs-git-annex: Unbreak on aarch64.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 01 Sep 2022 11:52:11 UTC
The branch main has been updated by arrowd:

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

commit e877385000e3657de516eb4d499458379ee75376
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-09-01 11:51:15 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-09-01 11:51:36 +0000

    devel/hs-git-annex: Unbreak on aarch64.
    
    This reverts commit c1451a3d6d7779b7cdfc1156de88a1d565e58713.
---
 devel/hs-git-annex/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile
index ac811fe8d836..2781d12c974e 100644
--- a/devel/hs-git-annex/Makefile
+++ b/devel/hs-git-annex/Makefile
@@ -6,8 +6,6 @@ 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 \