git: f8f3bb89945d - main - graphics/openmvs: Correct and add to BROKEN line

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 19:16:01 UTC
The branch main has been updated by yuri:

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

commit f8f3bb89945d3a5c6d9ecd98083048495731543e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 19:15:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 19:15:30 +0000

    graphics/openmvs: Correct and add to BROKEN line
---
 graphics/openmvs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile
index 2a100a33fffd..e54143024018 100644
--- a/graphics/openmvs/Makefile
+++ b/graphics/openmvs/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Open Multi-View Stereo reconstruction library
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_arm64=	use of undeclared identifier '__builtin_ia32_emms'
+BROKEN_aarch64=	use of undeclared identifier '__builtin_ia32_emms' # https://github.com/cdcseacave/openMVS/issues/847
 
 BUILD_DEPENDS=	cgal>0:math/cgal \
 		${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo \