aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-29 00:56:31 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-29 00:56:31 +0000
commit1451f69ce398d9ab211d478e6acc8ab72887bd5e (patch)
tree5cc62c5dba99327e9afda1a67329352883af04dc
parente29929a0e868883cfb21d36edffa1fba5d01a450 (diff)
downloadports-1451f69ce398d9ab211d478e6acc8ab72887bd5e.tar.gz
ports-1451f69ce398d9ab211d478e6acc8ab72887bd5e.zip
misc/openvdb: Broken on armv7
Reported by: fallout
-rw-r--r--misc/openvdb/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \