ports/graphics/dust3d/files/patch-thirdparty_quickjs_quickjs-2019-07-09-dust3d_quickjs.c
Alexey Dokuchaev 64443910f2 graphics/dust3d: new port had been added (+)
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)
2021-11-03 14:50:39 +00:00

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"