diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-12-24 23:35:34 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-12-24 23:35:34 +0000 |
| commit | 78c74c1e0504cc1df4bd8edd124d7d4bebce81cb (patch) | |
| tree | c5fdf9a7d4f6b9078d2c5ea76201415cfe926b95 /pkgs/development/python-modules/python-mapnik | |
| parent | 33c8153ba7780ea69c678acd740305cc4a346089 (diff) | |
hfst-ospell: pull upstream fix for gcc-13 compatibility
Without the change `hfst-ospell` fails build on `staging-next` as:
hfst-ol.h:39:9: error: 'uint16_t' does not name a type
39 | typedef uint16_t SymbolNumber;
| ^~~~~~~~
hfst-ol.h:35:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
34 | #include <utility>
+++ |+#include <cstdint>
35 | #include "ol-exceptions.h"
hfst-ol.h:40:9: error: 'uint32_t' does not name a type
40 | typedef uint32_t TransitionTableIndex;
| ^~~~~~~~
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
