Files
ports/cad/opencascade/patches/patch-src_BRepMesh_delabella_cpp
jtt f10fd70e5d cad/opencascade: update to 7.9.3
Diffs by James Jerkins and me, tested by afresh1@ and ok sthen@.
2026-01-23 21:28:26 +00:00

15 lines
305 B
Plaintext

Index: src/BRepMesh/delabella.cpp
--- src/BRepMesh/delabella.cpp.orig
+++ src/BRepMesh/delabella.cpp
@@ -36,7 +36,9 @@ SOFTWARE.
#if (defined(__APPLE__))
#include <malloc/malloc.h>
#else
- #include <malloc.h>
+ #ifndef __OpenBSD__
+ #include <malloc.h>
+ #endif
#endif
#include <algorithm>