summaryrefslogtreecommitdiff
path: root/dev-util/hfstospell/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-20 20:21:39 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-20 20:21:39 +0000
commitdd03974882f85ca04e35cfbc97f7ff756f5d5c20 (patch)
tree4fabcc91c51083e19657dd0a557043e74468106e /dev-util/hfstospell/files
parentd542bd2ef95af892c7ef62be1489b0288b1df9e3 (diff)
gentoo auto-resync : 20:02:2023 - 20:21:39
Diffstat (limited to 'dev-util/hfstospell/files')
-rw-r--r--dev-util/hfstospell/files/hfstospell-0.5.3-gcc-13-fix.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/hfstospell/files/hfstospell-0.5.3-gcc-13-fix.patch b/dev-util/hfstospell/files/hfstospell-0.5.3-gcc-13-fix.patch
new file mode 100644
index 000000000000..d5dc32d57a7e
--- /dev/null
+++ b/dev-util/hfstospell/files/hfstospell-0.5.3-gcc-13-fix.patch
@@ -0,0 +1,21 @@
+From 7481bffbf622bc9aee3547183fbe8db9cf8b22ce Mon Sep 17 00:00:00 2001
+From: Tino Didriksen <mail@tinodidriksen.com>
+Date: Sun, 3 Jul 2022 23:16:52 +0200
+Subject: [PATCH] Include cstdint (fixes #57)
+
+---
+ hfst-ol.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/hfst-ol.h b/hfst-ol.h
+index 0a83ec5..ee59b14 100644
+--- a/hfst-ol.h
++++ b/hfst-ol.h
+@@ -28,6 +28,7 @@
+ #include <climits>
+ #include <cstdio>
+ #include <cstdlib>
++#include <cstdint>
+ #include <iostream>
+ #include <cstring>
+ #include <set>