From 75c4eaca10479779ec6ef97d4f583d49e808ccfe Mon Sep 17 00:00:00 2001 From: Christopher Fore Date: Thu, 15 Aug 2024 09:59:39 -0400 Subject: dev-cpp/yaml-cpp: Fix compilation on GCC 15 - Include patch from upstream PR (refer to patch file) - Tests pass Closes: https://bugs.gentoo.org/937412 Signed-off-by: Christopher Fore Closes: https://github.com/gentoo/gentoo/pull/38163 Signed-off-by: Sam James --- dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild') diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild index dc3a8a58c33c..5691f9d3a803 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,7 @@ DEPEND=" PATCHES=( "${FILESDIR}/yaml-cpp-0.8.0-gtest.patch" "${FILESDIR}/yaml-cpp-0.8.0-gcc13.patch" + "${FILESDIR}/yaml-cpp-0.8.0-include-cstdint.patch" ) src_configure() { -- cgit v1.2.3