From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1698495-garchives=archives.gentoo.org@lists.gentoo.org>
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 C2288158232
	for <garchives@archives.gentoo.org>; Mon,  9 Dec 2024 10:57:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 06083E0DD1;
	Mon,  9 Dec 2024 10:57:49 +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 DD6EDE0DD1
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2024 10:57:48 +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 ECC3C3430D0
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2024 10:57:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E20B16A1
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2024 10:57:46 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1733741863.1bdd628faee21490d4918bb7959d4968485d5f81.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mpg123-el/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/mpg123-el/mpg123-el-1.65.ebuild
X-VCS-Directories: app-emacs/mpg123-el/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 1bdd628faee21490d4918bb7959d4968485d5f81
X-VCS-Branch: master
Date: Mon,  9 Dec 2024 10:57:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8cf7db4d-4e3b-409f-a76b-f704a71f32b3
X-Archives-Hash: 23a1b6d82f77b9967a330bf9b5990baf

commit:     1bdd628faee21490d4918bb7959d4968485d5f81
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 10:56:40 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 10:57:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdd628f

app-emacs/mpg123-el: Actually fix the compile failure

Fixes: 5daa764a2181d57551f5fa9db558a528dc302455
Closes: https://bugs.gentoo.org/946145
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/mpg123-el/mpg123-el-1.65.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emacs/mpg123-el/mpg123-el-1.65.ebuild b/app-emacs/mpg123-el/mpg123-el-1.65.ebuild
index 11fe3ce47323..1594bce06f7d 100644
--- a/app-emacs/mpg123-el/mpg123-el-1.65.ebuild
+++ b/app-emacs/mpg123-el/mpg123-el-1.65.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit elisp toolchain-funcs
+inherit elisp flag-o-matic toolchain-funcs
 
 DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
 HOMEPAGE="https://www.gentei.org/~yuuji/software/mpg123el/"
@@ -20,6 +20,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.61-stdlib.patch" )
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
+	append-flags -std=gnu17
 	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o tagput tagput.c || die
 	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o id3put id3put.c || die
 	elisp-compile *.el