Date: Fri, 15 Jul 2022 18:11:04 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: 99fb9104ad07 - main - graphics/openmvs: Broken on arm64 Message-ID: <202207151811.26FIB4sA069613@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=99fb9104ad0745eceb394df84a039f06155d4ed6 commit 99fb9104ad0745eceb394df84a039f06155d4ed6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-15 18:10:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-15 18:11:01 +0000 graphics/openmvs: Broken on arm64 Reported by: fallout --- graphics/openmvs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile index 5d385b8ecdc0..2a100a33fffd 100644 --- a/graphics/openmvs/Makefile +++ b/graphics/openmvs/Makefile @@ -9,6 +9,8 @@ COMMENT= Open Multi-View Stereo reconstruction library LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_arm64= use of undeclared identifier '__builtin_ia32_emms' + BUILD_DEPENDS= cgal>0:math/cgal \ ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo \ vcglib>0:devel/vcglib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207151811.26FIB4sA069613>