git: 1451f69ce398 - main - misc/openvdb: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 29 Jan 2024 00:57:56 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1451f69ce398d9ab211d478e6acc8ab72887bd5e

commit 1451f69ce398d9ab211d478e6acc8ab72887bd5e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-29 00:56:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-29 00:56:31 +0000

    misc/openvdb: Broken on armv7
    
    Reported by:    fallout
---
 misc/openvdb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index 2a77dfd8bc11..d09a4d47ab6c 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.openvdb.org/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: LLVM ERROR: out of memory
+
 LIB_DEPENDS=	libblosc.so:archivers/c-blosc \
 		libboost_system.so:devel/boost-libs \
 		libImath.so:math/Imath \