git: aee0b60bdc06 - main - misc/visp: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 18:50:50 UTC
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 \