summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-11-20 15:55:30 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-11-20 15:55:30 +0100
commit6e1a3abc7fc7e5c9151c3d3cc2de33441908f2b0 (patch)
tree87b434a1bb92a52bfe7b67a1123b523b5e327b8c
parentapp-text/ttf2pk2: add 2.0_p20240311 (diff)
downloadtex-overlay-main.tar.gz
tex-overlay-main.tar.bz2
tex-overlay-main.zip
dev-tex/tex4ht: sync with ::gentoomain
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild b/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild
index 17e21b3..b00377b 100644
--- a/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}"
LICENSE="LPPL-1.2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc java source"
COMMON_DEPEND="
@@ -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