git: 70928e48a6e3 - 2024Q1 - misc/openvdb: Broken on armv7

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=70928e48a6e311dbbeba9560a1efb80fbf9493fa

commit 70928e48a6e311dbbeba9560a1efb80fbf9493fa
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:59:29 +0000

    misc/openvdb: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 1451f69ce398d9ab211d478e6acc8ab72887bd5e)
---
 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 \