From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C0F21581D3 for ; Tue, 28 May 2024 01:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9BCDE29F8; Tue, 28 May 2024 01:45:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7B64E29F8 for ; Tue, 28 May 2024 01:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50A0A340441 for ; Tue, 28 May 2024 01:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A17971899 for ; Tue, 28 May 2024 01:45:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1716860493.768f7595d58ed27e21fea815a52c5ca20c21410a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/, games-strategy/wesnoth/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/files/wesnoth-1.18.0-boost-1.85.patch games-strategy/wesnoth/wesnoth-1.18.0.ebuild X-VCS-Directories: games-strategy/wesnoth/files/ games-strategy/wesnoth/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 768f7595d58ed27e21fea815a52c5ca20c21410a X-VCS-Branch: master Date: Tue, 28 May 2024 01:45:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afe0acaa-5a70-42dc-9105-9e833478f036 X-Archives-Hash: 5c829a86d21f4453740d8b82495ff446 commit: 768f7595d58ed27e21fea815a52c5ca20c21410a Author: Sam James gentoo org> AuthorDate: Tue May 28 01:41:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 28 01:41:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768f7595 games-strategy/wesnoth: fix build w/ boost-1.85 Closes: https://bugs.gentoo.org/932255 Thanks-to: Marcin Deranek slonko.net> Signed-off-by: Sam James gentoo.org> games-strategy/wesnoth/files/wesnoth-1.18.0-boost-1.85.patch | 12 ++++++++++++ games-strategy/wesnoth/wesnoth-1.18.0.ebuild | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/games-strategy/wesnoth/files/wesnoth-1.18.0-boost-1.85.patch b/games-strategy/wesnoth/files/wesnoth-1.18.0-boost-1.85.patch new file mode 100644 index 000000000000..412a4cf8e39d --- /dev/null +++ b/games-strategy/wesnoth/files/wesnoth-1.18.0-boost-1.85.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/932255 +--- a/src/filesystem.cpp ++++ b/src/filesystem.cpp +@@ -30,6 +30,7 @@ + #include "serialization/unicode.hpp" + #include "utils/general.hpp" + ++#include + #include + #include + #include + diff --git a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild index ba33c9b827a8..1843a5985958 100644 --- a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild @@ -43,6 +43,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/wesnoth-1.18.0-boost-1.85.patch +) + src_prepare() { cmake_src_prepare