diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-11-18 22:18:48 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-11-18 22:19:21 +0100 |
commit | 6961b356c84395e6d4f8f30f3c0485e039cb7281 (patch) | |
tree | fb9dff47cdc98408c5a1597a254e6ff34798b719 /dev-tex | |
parent | dev-ml/findlib: drop 1.9.7 (diff) | |
download | gentoo-6961b356c84395e6d4f8f30f3c0485e039cb7281.tar.gz gentoo-6961b356c84395e6d4f8f30f3c0485e039cb7281.tar.bz2 gentoo-6961b356c84395e6d4f8f30f3c0485e039cb7281.zip |
dev-tex/tex4ht: Compile with -DANSI
Closes: https://bugs.gentoo.org/943825
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |