summaryrefslogtreecommitdiff
path: root/math/ised/files/patch-src_vm.h
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2022-09-03 21:44:39 +0200
committerLorenzo Salvadore <salvadore@FreeBSD.org>2022-09-03 22:15:13 +0200
commit85bb25bf0b5468a44b483108898afbb857d895d6 (patch)
tree394f87b404ddb7dbffb729204ed035a0983de741 /math/ised/files/patch-src_vm.h
parentdevel/php-composer2: Update to 2.4.1 (diff)
math/ised: Drop USE_GCC
Moreover, - Fix build with GCC 12 [1]. - Take maintainership. PR: 266194 [1] Reported by: exp-run (antoine)
Diffstat (limited to 'math/ised/files/patch-src_vm.h')
-rw-r--r--math/ised/files/patch-src_vm.h10
1 files changed, 10 insertions, 0 deletions
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 <vector>
+ #include <map>
+ #include <stack>
++#include <ctime>
+
+ #ifdef HAVE_LIBREADLINE
+ # if defined(HAVE_READLINE_READLINE_H)