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 19CA4158042 for ; Sun, 17 Nov 2024 03:10:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A8BE0A80; Sun, 17 Nov 2024 03:10:47 +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 2B057E0A80 for ; Sun, 17 Nov 2024 03:10:47 +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 3813A34106C for ; Sun, 17 Nov 2024 03:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99D6017EC for ; Sun, 17 Nov 2024 03:10:44 +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: <1731813021.7a98705c97f6f3545f5860d3475350ef73ee170a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gsm/gsm-1.0.22_p1.ebuild X-VCS-Directories: media-sound/gsm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a98705c97f6f3545f5860d3475350ef73ee170a X-VCS-Branch: master Date: Sun, 17 Nov 2024 03:10:44 +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: 48b9bcae-fb9a-403a-8bef-bc3e68afe19a X-Archives-Hash: 1b8267f56e24b0a87a38f2c1a62cd7a1 commit: 7a98705c97f6f3545f5860d3475350ef73ee170a Author: Sam James gentoo org> AuthorDate: Sun Nov 17 03:09:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 17 03:10:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a98705c media-sound/gsm: build w/ -std=gnu17 Dead upstream. Fails w/ signal handler ptr. differences. No point wasting time on it IMO. Signed-off-by: Sam James gentoo.org> media-sound/gsm/gsm-1.0.22_p1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/gsm/gsm-1.0.22_p1.ebuild b/media-sound/gsm/gsm-1.0.22_p1.ebuild index f3a5178d06c9..ee55d2181c5b 100644 --- a/media-sound/gsm/gsm-1.0.22_p1.ebuild +++ b/media-sound/gsm/gsm-1.0.22_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,6 +38,8 @@ src_prepare() { } src_configure() { + append-flags -std=gnu17 + # From upstream Makefile. Define this if your host multiplies # floats faster than integers, e.g. on a SPARCstation. use sparc && append-flags -DUSE_FLOAT_MUL -DFAST