commit: 6961b356c84395e6d4f8f30f3c0485e039cb7281 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Nov 18 21:18:48 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Nov 18 21:19:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6961b356
dev-tex/tex4ht: Compile with -DANSI Closes: https://bugs.gentoo.org/943825 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild b/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild index 2ca55410a400..b00377b3d0de 100644 --- a/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild +++ b/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild @@ -78,7 +78,7 @@ src_compile() { for f in tex4ht t4ht; do $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o $f $f.c \ -DENVFILE="\"${EPREFIX}${TEXMF}/tex4ht/base/tex4ht.env\"" \ - -DHAVE_DIRENT_H -DKPATHSEA -lkpathsea \ + -DANSI -DHAVE_DIRENT_H -DKPATHSEA -lkpathsea \ || die "Compiling $f failed" done popd > /dev/null || die
