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 5C8F1158091 for ; Mon, 13 Jun 2022 16:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D20E08A2; Mon, 13 Jun 2022 16:43:58 +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 608E6E08A2 for ; Mon, 13 Jun 2022 16:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 54D0D341BB1 for ; Mon, 13 Jun 2022 16:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E059C3C3 for ; Mon, 13 Jun 2022 16:43:55 +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: <1655138560.469899e6998360e2b6490a6aaeb55d393727a91f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pms/files/, media-sound/pms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pms/files/pms-0.42_p20170508-gcc12-time.patch media-sound/pms/pms-0.42_p20170508-r1.ebuild X-VCS-Directories: media-sound/pms/ media-sound/pms/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 469899e6998360e2b6490a6aaeb55d393727a91f X-VCS-Branch: master Date: Mon, 13 Jun 2022 16:43:55 +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: 19715b6e-3374-47d8-9393-0411eb21a5fe X-Archives-Hash: f6bd005756aca80c4a28b8b53659afee commit: 469899e6998360e2b6490a6aaeb55d393727a91f Author: Sam James gentoo org> AuthorDate: Mon Jun 13 16:42:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 13 16:42:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469899e6 media-sound/pms: fix build with GCC 12 Closes: https://bugs.gentoo.org/851621 Signed-off-by: Sam James gentoo.org> media-sound/pms/files/pms-0.42_p20170508-gcc12-time.patch | 11 +++++++++++ media-sound/pms/pms-0.42_p20170508-r1.ebuild | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/media-sound/pms/files/pms-0.42_p20170508-gcc12-time.patch b/media-sound/pms/files/pms-0.42_p20170508-gcc12-time.patch new file mode 100644 index 000000000000..b0d586eff2c3 --- /dev/null +++ b/media-sound/pms/files/pms-0.42_p20170508-gcc12-time.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/851621 +--- a/src/message.cpp ++++ b/src/message.cpp +@@ -23,6 +23,7 @@ + + + #include ++#include + #include + #include "message.h" + diff --git a/media-sound/pms/pms-0.42_p20170508-r1.ebuild b/media-sound/pms/pms-0.42_p20170508-r1.ebuild index 9f0546f7b158..750e97d2c674 100644 --- a/media-sound/pms/pms-0.42_p20170508-r1.ebuild +++ b/media-sound/pms/pms-0.42_p20170508-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,6 +25,10 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( + "${FILESDIR}"/${PN}-0.42_p20170508-gcc12-time.patch +) + src_configure() { local mycmakeargs=( -DENABLE_DOC=$(usex doc)