mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Dust3D is a cross-platform open-source 3D modeling software, offering auto-UV unwrapping, auto-rigging with PBR material support, pose, and motion authoring all in one. PR: 239446 (without actual submission)
11 lines
323 B
C
11 lines
323 B
C
--- thirdparty/quickjs/quickjs-2019-07-09-dust3d/quickjs.c.orig 2020-04-12 10:44:20 UTC
|
|
+++ thirdparty/quickjs/quickjs-2019-07-09-dust3d/quickjs.c
|
|
@@ -36,6 +36,8 @@
|
|
#include <malloc/malloc.h>
|
|
#elif defined(__linux__)
|
|
#include <malloc.h>
|
|
+#elif defined(__FreeBSD__)
|
|
+#include <malloc_np.h>
|
|
#endif
|
|
|
|
#include "cutils.h"
|