summaryrefslogtreecommitdiff
path: root/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch')
-rw-r--r--app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch b/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch
new file mode 100644
index 000000000000..d558c49347c1
--- /dev/null
+++ b/app-editors/kakoune/files/kakoune-2020.09.01-gcc-11.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/787029
+--- a/src/regex_impl.cc
++++ b/src/regex_impl.cc
+@@ -12,6 +12,7 @@
+
+ #include <cstdio>
+ #include <cstring>
++#include <limits>
+
+ namespace Kakoune
+ {