mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/dynolog: gcc15
Closes: https://bugs.gentoo.org/937537 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -72,6 +72,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${P}-riscv.patch
|
||||
"${FILESDIR}"/${P}-musl.patch
|
||||
"${FILESDIR}"/${P}-libcxx.patch
|
||||
"${FILESDIR}"/${P}-gcc15.patch
|
||||
)
|
||||
|
||||
CMAKE_SKIP_TESTS=( "Defs.CpuSet" "KernelCollecterTest.NetworkStatsTest" )
|
||||
|
||||
10
dev-libs/dynolog/files/dynolog-0.3.1_p20230126-gcc15.patch
Normal file
10
dev-libs/dynolog/files/dynolog-0.3.1_p20230126-gcc15.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/third_party/cpr/include/cpr/callback.h 2024-09-18 22:01:50.107007518 +0200
|
||||
+++ b/third_party/cpr/include/cpr/callback.h 2024-09-18 22:03:21.582963325 +0200
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "cprtypes.h"
|
||||
|
||||
#include <functional>
|
||||
+#include <cstdint>
|
||||
#include <utility>
|
||||
|
||||
namespace cpr {
|
||||
Reference in New Issue
Block a user