diff options
| author | ghpzin <ghpzin@gmail.com> | 2025-09-16 14:24:55 +0300 |
|---|---|---|
| committer | ghpzin <ghpzin@gmail.com> | 2025-09-25 18:47:20 +0300 |
| commit | 27ad68cde0af3d74d5d0350f2d2776de41fa363e (patch) | |
| tree | 3e348b0d62f145b9ef59cfb4dd899a3746962351 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | bdc3cdda4282aa75c82d98955ff219137e03620d (diff) | |
graphite2: fix build with gcc15
- add patch from fedora, that adds missing `#include <stdint.h>`
Fixes build failure with gcc15:
```
/build/graphite2-1.3.14/tests/featuremap/featuremaptest.cpp: In function 'void testFeatTable(const T&, const std::string&)':
/build/graphite2-1.3.14/tests/featuremap/featuremaptest.cpp:310:14: error: 'uint16_t' was not declared in this scope [-Wtemplate-body]
310 | for (uint16_t j = 0; j < table.m_defs[i].m_numFeatSettings; j++)
| ^~~~~~~~
/build/graphite2-1.3.14/tests/featuremap/featuremaptest.cpp:310:14: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
/build/graphite2-1.3.14/tests/featuremap/featuremaptest.cpp:310:30: error: 'j' was not declared in this scope [-Wtemplate-body]
310 | for (uint16_t j = 0; j < table.m_defs[i].m_numFeatSettings; j++)
| ^
```
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
