summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorghpzin <ghpzin@gmail.com>2025-09-19 08:48:35 +0300
committerghpzin <ghpzin@gmail.com>2025-09-25 23:41:19 +0300
commita336da9b6cac774a6e9aabb31d5e5339013e79eb (patch)
treeae8119ab8f82885bf5e69279e3cc807ac9210ff1 /pkgs/development/python-modules/httpserver
parenta96787cf89ad7c930961e06d04ef19fdc1b35681 (diff)
libodfgen: fix build with gcc15
- add patch that adds `#include <cstdint>` to `OdfGenerator.cxx`, based on upstream commit that is not included in tagged versions: https://sourceforge.net/p/libwpd/libodfgen/ci/4da0b148def5b40ee60d4cd79762c0f158d64cc7/ Fixes build failure with gcc15: ``` OdfGenerator.cxx:53:9: error: 'uint8_t' was not declared in this scope 53 | uint8_t first; | ^~~~~~~ OdfGenerator.cxx:45:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' 44 | #include "GraphicFunctions.hxx" +++ |+#include <cstdint> 45 | #include "InternalHandler.hxx" OdfGenerator.cxx:57:17: error: 'first' was not declared in this scope 57 | first = 0; | ^~~~~ ```
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions