summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-12-24 23:35:34 +0000
committerSergei Trofimovich <slyich@gmail.com>2023-12-24 23:35:34 +0000
commit78c74c1e0504cc1df4bd8edd124d7d4bebce81cb (patch)
treec5fdf9a7d4f6b9078d2c5ea76201415cfe926b95 /pkgs/development/python-modules/python-mapnik
parent33c8153ba7780ea69c678acd740305cc4a346089 (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