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 75D831581F3 for ; Tue, 26 Nov 2024 06:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E201AE07FA; Tue, 26 Nov 2024 06:34:01 +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 0BFEAE07EF for ; Tue, 26 Nov 2024 06:34:01 +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 26F3734306B for ; Tue, 26 Nov 2024 06:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B2EA1F0B for ; Tue, 26 Nov 2024 06:33:58 +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: <1732601875.80744c4db244cadc7a5bf9da9d975404222431d6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/timidity++/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/timidity++/timidity++-2.15.0-r6.ebuild X-VCS-Directories: media-sound/timidity++/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80744c4db244cadc7a5bf9da9d975404222431d6 X-VCS-Branch: master Date: Tue, 26 Nov 2024 06:33:58 +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: 4dc63e4e-b498-46dd-8a71-e2010233b340 X-Archives-Hash: 2c2ffb2dd03dbf612a10be0ec9826466 commit: 80744c4db244cadc7a5bf9da9d975404222431d6 Author: Sam James gentoo org> AuthorDate: Tue Nov 26 06:17:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 06:17:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80744c4d media-sound/timidity++: build w/ -std=gnu17 Last release was quite some time ago and we already apply many patches. Closes: https://bugs.gentoo.org/943939 Signed-off-by: Sam James gentoo.org> media-sound/timidity++/timidity++-2.15.0-r6.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-sound/timidity++/timidity++-2.15.0-r6.ebuild b/media-sound/timidity++/timidity++-2.15.0-r6.ebuild index 46912c2f9e09..a7a3f0d5b8cb 100644 --- a/media-sound/timidity++/timidity++-2.15.0-r6.ebuild +++ b/media-sound/timidity++/timidity++-2.15.0-r6.ebuild @@ -97,6 +97,9 @@ src_configure() { # This avoids a bunch of implicit decl. errors which only happen with USE=-Xaw3d(?!) append-cppflags -DSTDC_HEADERS + # bug #943939 + append-cflags -std=gnu17 + local myeconfargs=( --localstatedir=/var/state/${PN} --with-module-dir="${EPREFIX}/usr/share/timidity"