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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8D771580FD for ; Tue, 24 Dec 2024 05:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3648E0784; Tue, 24 Dec 2024 05:06:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8331E0784 for ; Tue, 24 Dec 2024 05:06:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D32F733D3CF for ; Tue, 24 Dec 2024 05:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA0D18ED for ; Tue, 24 Dec 2024 05:06:05 +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: <1735016712.a87729bb723f711645a76f11e124391efbc04da1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacity/audacity-3.7.1.ebuild X-VCS-Directories: media-sound/audacity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a87729bb723f711645a76f11e124391efbc04da1 X-VCS-Branch: master Date: Tue, 24 Dec 2024 05:06:05 +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: 103335cf-ba4a-4f1e-b0ea-d5e120ca5713 X-Archives-Hash: e7e4bf5a2a23127d1b4bcc863ea3d32e commit: a87729bb723f711645a76f11e124391efbc04da1 Author: Sam James gentoo org> AuthorDate: Tue Dec 24 05:05:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 24 05:05:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87729bb media-sound/audacity: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/944212 Signed-off-by: Sam James gentoo.org> media-sound/audacity/audacity-3.7.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/audacity/audacity-3.7.1.ebuild b/media-sound/audacity/audacity-3.7.1.ebuild index 40b53ca471bf..a91df7c11b12 100644 --- a/media-sound/audacity/audacity-3.7.1.ebuild +++ b/media-sound/audacity/audacity-3.7.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 WX_GTK_VER="3.2-gtk3" -inherit cmake wxwidgets xdg virtualx +inherit cmake flag-o-matic wxwidgets xdg virtualx DESCRIPTION="Free crossplatform audio editor" HOMEPAGE="https://www.audacityteam.org/" @@ -162,6 +162,9 @@ src_prepare() { src_configure() { setup-wxwidgets + # bug #944212 + append-cflags -std=gnu17 + # * always use system libraries if possible # * USE_VST was omitted, it appears to no longer have dependencies # (this is different from VST3)