diff options
author | Sam James <sam@gentoo.org> | 2024-12-01 13:43:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 13:43:14 +0000 |
commit | 6c66f7a64c32a5620eed527c0e7b262d2746e0c3 (patch) | |
tree | 699a89d64d1507710f9f967862d59be87561eb6f /dev-tex | |
parent | media-gfx/tif22pnm: build w/ -std=gnu17 (diff) | |
download | gentoo-6c66f7a64c32a5620eed527c0e7b262d2746e0c3.tar.gz gentoo-6c66f7a64c32a5620eed527c0e7b262d2746e0c3.tar.bz2 gentoo-6c66f7a64c32a5620eed527c0e7b262d2746e0c3.zip |
dev-tex/bibtexu: build w/ -std=gnu17
Bug: https://bugs.gentoo.org/943986
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.72_p20240311.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |