commit:     6c66f7a64c32a5620eed527c0e7b262d2746e0c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 13:43:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 13:43:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c66f7a6

dev-tex/bibtexu: build w/ -std=gnu17

Bug: https://bugs.gentoo.org/943986
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/bibtexu/bibtexu-3.72_p20240311.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-tex/bibtexu/bibtexu-3.72_p20240311.ebuild 
b/dev-tex/bibtexu/bibtexu-3.72_p20240311.ebuild
index 07f4e93493bb..c0df51c04883 100644
--- a/dev-tex/bibtexu/bibtexu-3.72_p20240311.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.72_p20240311.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit texlive-common
+inherit flag-o-matic texlive-common
 
 DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity"
 HOMEPAGE="https://tug.org/texlive/";
@@ -35,6 +35,9 @@ texlive-common_append_to_src_uri EXTRA_TL_DOC_MODULES
 SRC_URI="${SRC_URI} ) "
 
 src_configure() {
+       # bug #943986
+       append-cflags -std=gnu17
+
        econf \
                --with-system-kpathsea \
                --with-system-icu

Reply via email to