ports/math/giacxcas/files/patch-src_qjsgiac.c
Thierry Thomas d53f8e2377 math/giacxcas: Update 1.6.0-7 -> 1.9.0-21
The newly introduced bundled dependency micropython-1.12 causes
SEGV and it was disabled.
2022-09-22 23:51:10 -07:00

12 lines
242 B
C

--- src/qjsgiac.c.orig 2021-03-20 11:09:33 UTC
+++ src/qjsgiac.c
@@ -41,6 +41,8 @@
#include <malloc/malloc.h>
#elif defined(__linux__)
#include <malloc.h>
+#elif defined(__FreeBSD__)
+#include <malloc_np.h>
#endif
#ifdef NSPIRE_NEWLIB