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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83BF515ACFB for ; Sun, 23 Apr 2023 04:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4060E0A95; Sun, 23 Apr 2023 04:01:06 +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 300A4E0A95 for ; Sun, 23 Apr 2023 04:01:06 +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 58AD43412F4 for ; Sun, 23 Apr 2023 04:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6D5E8DF for ; Sun, 23 Apr 2023 04:01:01 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1682222397.f184af3db161e418a64f2852dadca49b22c8b1cc.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/files/, games-puzzle/pingus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/pingus/files/pingus-0.7.6-gcc13.patch games-puzzle/pingus/pingus-0.7.6-r4.ebuild X-VCS-Directories: games-puzzle/pingus/files/ games-puzzle/pingus/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f184af3db161e418a64f2852dadca49b22c8b1cc X-VCS-Branch: master Date: Sun, 23 Apr 2023 04:01:01 +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: 4105fdb5-b90b-4039-9496-c49852552a16 X-Archives-Hash: 4acb3bb683b4ba4a0d8506614d953e9f commit: f184af3db161e418a64f2852dadca49b22c8b1cc Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 23 03:59:57 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 23 03:59:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f184af3d games-puzzle/pingus: fix build w/ gcc13 Closes: https://bugs.gentoo.org/899574 Signed-off-by: Ionen Wolkens gentoo.org> games-puzzle/pingus/files/pingus-0.7.6-gcc13.patch | 13 +++++++++++++ games-puzzle/pingus/pingus-0.7.6-r4.ebuild | 1 + 2 files changed, 14 insertions(+) diff --git a/games-puzzle/pingus/files/pingus-0.7.6-gcc13.patch b/games-puzzle/pingus/files/pingus-0.7.6-gcc13.patch new file mode 100644 index 000000000000..2e12a76e1aaf --- /dev/null +++ b/games-puzzle/pingus/files/pingus-0.7.6-gcc13.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/899574 +--- a/src/engine/display/font_description.hpp ++++ b/src/engine/display/font_description.hpp +@@ -19,2 +19,3 @@ + ++#include + #include +--- a/src/util/pathname.hpp ++++ b/src/util/pathname.hpp +@@ -19,2 +19,3 @@ + ++#include + #include diff --git a/games-puzzle/pingus/pingus-0.7.6-r4.ebuild b/games-puzzle/pingus/pingus-0.7.6-r4.ebuild index 3efc2e7eeb36..99a5e62da97e 100644 --- a/games-puzzle/pingus/pingus-0.7.6-r4.ebuild +++ b/games-puzzle/pingus/pingus-0.7.6-r4.ebuild @@ -34,6 +34,7 @@ PATCHES=( "${FILESDIR}"/${P}-gcc7.patch "${FILESDIR}"/${P}-boost_signals2.patch "${FILESDIR}"/${P}-python3.patch + "${FILESDIR}"/${P}-gcc13.patch ) src_compile() {