diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-04-21 21:13:59 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-05-06 20:18:29 +0000 |
commit | 643a47d64f9f777ebd9b1900928842c21865f616 (patch) | |
tree | 641ae82e8ef4cd0da1e9f7f399e4d9380a5c986a /misc | |
parent | 35004c50ed42252cbe76b9b6de125233a7d3a7af (diff) |
misc/openvdb: builds fine in an armv7 jail on arm64
The process limimts have been revised in a fix to PR 274705, making
this port build fine.
PR: 274705
MFH: 2024Q2
Approved by: portmgr (build fix blanket)
(cherry picked from commit 12e7fdc3d5e4ef441fe41ad46978d4940ff991b4)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openvdb/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 1efb2a77dee2..88ad787598a0 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -10,8 +10,6 @@ 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 \ |