git: d96af4ed0661 - main - science/chrono: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 08 May 2022 18:44:20 UTC
The branch main has been updated by yuri:

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

commit d96af4ed06618f942d46ba0c09ee307e3a630258
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-08 18:37:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-08 18:37:17 +0000

    science/chrono: Broken on aarch64
    
    Reported by:    fallout
---
 science/chrono/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/chrono/Makefile b/science/chrono/Makefile
index 4cf9b9221a06..ce6eef4bb35d 100644
--- a/science/chrono/Makefile
+++ b/science/chrono/Makefile
@@ -13,6 +13,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	use of overloaded operator '[]' is ambiguous (with operand types 'chrono::quaternion' and 'int'): https://github.com/projectchrono/chrono/issues/158
+BROKEN_aarch64=	cannot find -lFALSE, see https://github.com/projectchrono/chrono/issues/389
 
 BUILD_DEPENDS=	openmpi>0:net/openmpi
 LIB_DEPENDS=	libblas.so:math/blas \