diff options
| author | ghpzin <ghpzin@gmail.com> | 2025-09-17 13:40:24 +0300 |
|---|---|---|
| committer | ghpzin <ghpzin@gmail.com> | 2025-12-02 08:27:58 +0300 |
| commit | 0bdff8af0d23e85ca587cc37a6f25495dbc76733 (patch) | |
| tree | 658d804a586873f70a697566b967db415b44a78f /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 974707f1feda852cd7554e1f4a50d3a572791860 (diff) | |
gfxstream: fix build with gcc15
- add patch that adds missing `#include <cstdint>`, similar to what fedora does:
https://src.fedoraproject.org/rpms/gfxstream/raw/2c7cbc24596973e2efc8180af81e57ddfa24654b/f/fix_missing_cstdint.patch
(it applies, but somehow we hit more places with missing headers even
with that patch)
Fixes build failure with gcc15:
```
In file included from ../host/compressedTextureFormats/AstcCpuDecompressorNoOp.cpp:15:
../host/compressedTextureFormats/AstcCpuDecompressor.h:48:32:
error: 'uint32_t' has not been declared
48 | virtual int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth,
| ^~~~~~~~
../host/compressedTextureFormats/AstcCpuDecompressor.h:18:1:
note: 'uint32_t' is defined in header '<cstdint>'; this is probably
fixable by adding '#include <cstdint>'
17 | #include <string>
+++ |+#include <cstdint>
18 |
../host/compressedTextureFormats/AstcCpuDecompressorNoOp.cpp:25:43:
error: 'uint32_t' has not been declared
25 | int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth,
| ^~~~~~~~
../host/compressedTextureFormats/AstcCpuDecompressorNoOp.cpp:25:43:
note: 'uint32_t' is defined in header '<cstdint>'; this is probably
fixable by adding '#include <cstdint>'
```
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
