diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-12-09 11:56:40 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-12-09 11:57:43 +0100 |
commit | 1bdd628faee21490d4918bb7959d4968485d5f81 (patch) | |
tree | 867b53f51e860b4345fe9f4049e30e0608eee20c /app-emacs | |
parent | dev-libs/libintl: Stabilize 0.22.5 sparc, #940887 (diff) | |
download | gentoo-1bdd628faee21490d4918bb7959d4968485d5f81.tar.gz gentoo-1bdd628faee21490d4918bb7959d4968485d5f81.tar.bz2 gentoo-1bdd628faee21490d4918bb7959d4968485d5f81.zip |
app-emacs/mpg123-el: Actually fix the compile failure
Fixes: 5daa764a2181d57551f5fa9db558a528dc302455
Closes: https://bugs.gentoo.org/946145
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.65.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |