diff options
| author | Christopher Fore <csfore@posteo.net> | 2024-08-08 08:26:00 -0400 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-08-08 13:43:30 +0100 |
| commit | 9c005c1fbae4fbea1f1b537579213a632ca357d1 (patch) | |
| tree | 2742b10c1ae4745c0c83dbce9676b91af26aed0e /dev-db/postgresql/postgresql-12.20.ebuild | |
| parent | 0c052ffa078b70ae349847484ddd73f127354f79 (diff) | |
| download | gentoo-9c005c1fbae4fbea1f1b537579213a632ca357d1.tar.gz gentoo-9c005c1fbae4fbea1f1b537579213a632ca357d1.tar.bz2 gentoo-9c005c1fbae4fbea1f1b537579213a632ca357d1.zip | |
app-text/qpdf: Fix compilation on GCC 15
- Patch is from upstream
- Tests pass
Error:
/var/tmp/portage/app-text/qpdf-11.9.1/work/qpdf-11.9.1/libtests/cxx11.cc:75:16:
error: `uint8_t' was not declared in this scope
75 | check_size<uint8_t>(1, false);
| ^~~~~~~
/var/tmp/portage/app-text/qpdf-11.9.1/work/qpdf-11.9.1/libtests/cxx11.cc:10:1:
note: `uint8_t' is defined in header `<cstdint>';
this is probably fixable by adding `#include <cstdint>'
9 | #include <regex>
+++ |+#include <cstdint>
10 | #include <type_traits>
Closes: https://bugs.gentoo.org/937571
Signed-off-by: Christopher Fore <csfore@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/38017
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-12.20.ebuild')
0 files changed, 0 insertions, 0 deletions
