git: 908640ce3450 - main - net/axa: Still broken on aarch64

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Mon, 05 Dec 2022 23:17:00 UTC
The branch main has been updated by truckman:

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

commit 908640ce3450dc5e55fee0fefea407b1a0aec693
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2022-12-05 23:10:18 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2022-12-05 23:15:53 +0000

    net/axa: Still broken on aarch64
    
    The aarch64 link error was not fixed in the 2.2.2 release.
    
    Sponsored by:   DomainTools LLC
---
 net/axa/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/axa/Makefile b/net/axa/Makefile
index 0aa11ca69965..6b584ab3f39f 100644
--- a/net/axa/Makefile
+++ b/net/axa/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/COPYRIGHT
 LICENSE_FILE_PD=	${WRKSRC}/license_pd
 
+BROKEN_aarch64=	alignment error at link time
+
 BUILD_DEPENDS=	bash:shells/bash \
 		sie-nmsg>0:net/sie-nmsg
 LIB_DEPENDS=	liblmdb.so:databases/lmdb \