Date: Sun, 8 May 2022 18:50:50 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: aee0b60bdc06 - main - misc/visp: Broken on aarch64 Message-ID: <202205081850.248IooWi096587@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=aee0b60bdc065feaa727fcfb79f457d6e8eb30e8 commit aee0b60bdc065feaa727fcfb79f457d6e8eb30e8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-08 18:50:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-08 18:50:21 +0000 misc/visp: Broken on aarch64 Reported by: fallout --- misc/visp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/visp/Makefile b/misc/visp/Makefile index 4c66a6c27e07..f9e4fc648988 100644 --- a/misc/visp/Makefile +++ b/misc/visp/Makefile @@ -9,6 +9,8 @@ COMMENT= Modular library for visual tracking and visual servoing LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= fatal error: 'asm/hwcap.h' file not found, see https://github.com/lagadic/visp/issues/1059 + LIB_DEPENDS= libblas.so:math/blas \ libboost_system.so:devel/boost-libs \ libdmtx.so:graphics/libdmtx \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205081850.248IooWi096587>