diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-01-01 19:20:17 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-01-01 20:30:30 +0000 |
| commit | 775c761fd8cb59a2af52ad79a50ec2a4e1f2db78 (patch) | |
| tree | 5dff48d42a593eccad3aae56f4e1b8ecbed099ac /pkgs/development/python-modules/python-mapnik | |
| parent | 494bdb470881cb8714b47a0bbb0048157e8fdeda (diff) | |
gmsh: pull `gcc-13` build fix from upstream
Without the change `gmsh` build fails in `staging-next` as:
/build/gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp:209:7: error: 'uint32_t' was not declared in this scope
209 | for(uint32_t j = 0; j < 6; j++) {
| ^~~~~~~~
/build/gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp:16:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
15 | #include "robustPredicates.h"
+++ |+#include <cstdint>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
