Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 19:16:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f8f3bb89945d - main - graphics/openmvs: Correct and add to BROKEN line
Message-ID:  <202207211916.26LJG1nN051345@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207211916.26LJG1nN051345>