- Adding error message in pkg_pretend() when gui is selected with gcc16 to avoid multiple compilation errors.
The issue is due to c++20 or c++23 standards which are not being used with protobuf and cpp-abseil dependencies.
Note: Upstream version (9999) doesn't use protobuf so it builds successfully under gcc16 and gui selection.
Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>
- Adding patch to fix boost_system configure error for 1.14.9 per PR #3928 from Dogecoin
Core devs.
Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>
- replacing c++14 with c++17 standard to compile with boost-1.86.0-r1
per the bug
- removed unused inherit
Closes: https://bugs.gentoo.org/945704
Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>