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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4003D1382C5 for ; Fri, 21 May 2021 14:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 846ECE01B5; Fri, 21 May 2021 14:28:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D4DAE01B5 for ; Fri, 21 May 2021 14:28:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B295340D35 for ; Fri, 21 May 2021 14:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A41178F for ; Fri, 21 May 2021 14:28:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1621607162.3d4d8bd733a6b80b7ea836e959f56245898568cc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwave/, kde-apps/kwave/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kwave/files/kwave-21.04.1-gcc11.patch kde-apps/kwave/kwave-21.04.1.ebuild X-VCS-Directories: kde-apps/kwave/ kde-apps/kwave/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3d4d8bd733a6b80b7ea836e959f56245898568cc X-VCS-Branch: master Date: Fri, 21 May 2021 14:28:43 +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: 536a6568-9500-41e3-be72-3c8eebdab1cb X-Archives-Hash: 92db294bddfc1fa63bba553291843f0b commit: 3d4d8bd733a6b80b7ea836e959f56245898568cc Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 21 14:25:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 21 14:26:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4d8bd7 kde-apps/kwave: Fix build with GCC-11 Closes: https://bugs.gentoo.org/790158 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kwave/files/kwave-21.04.1-gcc11.patch | 12 ++++++++++++ kde-apps/kwave/kwave-21.04.1.ebuild | 2 ++ 2 files changed, 14 insertions(+) diff --git a/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch b/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch new file mode 100644 index 00000000000..cc2e8218cf1 --- /dev/null +++ b/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch @@ -0,0 +1,12 @@ +diff --git a/plugins/codec_wav/WavDecoder.cpp b/plugins/codec_wav/WavDecoder.cpp +index 9430404..2390c08 100644 +--- a/plugins/codec_wav/WavDecoder.cpp ++++ b/plugins/codec_wav/WavDecoder.cpp +@@ -18,6 +18,7 @@ + #include "config.h" + #include + #include ++#include + + #include + diff --git a/kde-apps/kwave/kwave-21.04.1.ebuild b/kde-apps/kwave/kwave-21.04.1.ebuild index d8dc219b584..9da914a5b6e 100644 --- a/kde-apps/kwave/kwave-21.04.1.ebuild +++ b/kde-apps/kwave/kwave-21.04.1.ebuild @@ -69,6 +69,8 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS CHANGES LICENSES README TODO ) +PATCHES=( "${FILESDIR}/${P}-gcc11.patch" ) # bug 790158, KDE-bug 437432; pending + src_configure() { local mycmakeargs=( -DDEBUG=$(usex debug)