From 85bb25bf0b5468a44b483108898afbb857d895d6 Mon Sep 17 00:00:00 2001 From: Lorenzo Salvadore Date: Sat, 3 Sep 2022 21:44:39 +0200 Subject: math/ised: Drop USE_GCC Moreover, - Fix build with GCC 12 [1]. - Take maintainership. PR: 266194 [1] Reported by: exp-run (antoine) --- math/ised/files/patch-src_vm.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 math/ised/files/patch-src_vm.h (limited to 'math/ised/files/patch-src_vm.h') diff --git a/math/ised/files/patch-src_vm.h b/math/ised/files/patch-src_vm.h new file mode 100644 index 000000000000..aba8fd1c0c69 --- /dev/null +++ b/math/ised/files/patch-src_vm.h @@ -0,0 +1,10 @@ +--- src/vm.h.orig 2022-09-03 19:42:45 UTC ++++ src/vm.h +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #ifdef HAVE_LIBREADLINE + # if defined(HAVE_READLINE_READLINE_H) -- cgit v1.2.3