aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-05-08 18:50:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-05-08 18:50:21 +0000
commitaee0b60bdc065feaa727fcfb79f457d6e8eb30e8 (patch)
tree02e0f1e0e98e74b9c630b9ba323af32f9b96c80d /misc
parentbbdbd136b5b97a37167494d584af4b651bff8829 (diff)
downloadports-aee0b60bdc065feaa727fcfb79f457d6e8eb30e8.tar.gz
ports-aee0b60bdc065feaa727fcfb79f457d6e8eb30e8.zip
misc/visp: Broken on aarch64
Reported by: fallout
Diffstat (limited to 'misc')
-rw-r--r--misc/visp/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \