commit: ad37fcf5b4dd8ed97758a8f14cd38a720266819b Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Dec 3 09:25:09 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Dec 3 09:26:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=ad37fcf5
dev-tex/bibtexu: sync with ::gentoo Signed-off-by: Florian Schmaus <flow <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 07f4e93..c0df51c 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
