Date: Wed, 04 Feb 2026 12:09:46 +0000 From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b6f9fc3af50 - main - graphics/opencv: unbreak build on aarch64 (+) Message-ID: <6983370a.244c4.4201d237@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b6f9fc3af509d1bb21b6254e618ce1c1eb02cf7 commit 6b6f9fc3af509d1bb21b6254e618ce1c1eb02cf7 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2026-02-04 12:04:00 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2026-02-04 12:04:00 +0000 graphics/opencv: unbreak build on aarch64 (+) Since 4.13.0, usage of KleidiCV (arm-specific acceleration library) is on by default which breaks aarch64 build. Set it to OFF to mimics previous behavior until library will be ported to FreeBSD. --- graphics/opencv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 9ce71f380341..3ef5a5c3f157 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -21,7 +21,7 @@ USE_LDCONFIG= yes CMAKE_ARGS= -DOPENCV_EXTRA_MODULES_PATH="${WRKSRC}/contrib/modules" CMAKE_ON= OPENCV_GENERATE_PKGCONFIG OPENCV_SKIP_CMAKE_CXX_STANDARD -CMAKE_OFF= BUILD_opencv_python2 BUILD_TESTS OPENCV_GENERATE_SETUPVARS +CMAKE_OFF= BUILD_opencv_python2 BUILD_TESTS OPENCV_GENERATE_SETUPVARS WITH_KLEIDICV DATADIR= ${PREFIX}/share/${PORTNAME}4home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6983370a.244c4.4201d237>
