From d53f8e2377829d0cc9fa237e942481a763289e11 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Thu, 22 Sep 2022 23:47:30 -0700 Subject: 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. --- math/giacxcas/files/patch-src_quickjs.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/giacxcas/files/patch-src_quickjs.c (limited to 'math/giacxcas/files/patch-src_quickjs.c') diff --git a/math/giacxcas/files/patch-src_quickjs.c b/math/giacxcas/files/patch-src_quickjs.c new file mode 100644 index 000000000000..c330699c7c28 --- /dev/null +++ b/math/giacxcas/files/patch-src_quickjs.c @@ -0,0 +1,11 @@ +--- src/quickjs.c.orig 2021-03-23 12:33:15 UTC ++++ src/quickjs.c +@@ -41,6 +41,8 @@ + #include + #elif defined(__linux__) + #include ++#elif defined(__FreeBSD__) ++#include + #endif + + #ifdef EMCC -- cgit v1.2.3