git: 3d3b0c65fdd2 - main - math/deal.ii: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 21 Mar 2022 19:20:05 UTC
The branch main has been updated by yuri:

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

commit 3d3b0c65fdd2e79eb0d042566726e4b47b821d0a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-21 19:19:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-21 19:20:03 +0000

    math/deal.ii: Broken on aarch64
    
    Reported by:    fallout
---
 math/deal.ii/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index c45e5ff0df93..6c7e652c40d2 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -11,6 +11,7 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BROKEN_FreeBSD_14=	clang crashes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257876
+BROKEN_aarch64=		error: use of undeclared identifier '__TBB_machine_fetchadd4'
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/config.hpp:devel/boost-libs
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \