From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A9641581D8 for ; Mon, 18 Nov 2024 21:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61CBBE08C2; Mon, 18 Nov 2024 21:19:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EEF3E08C2 for ; Mon, 18 Nov 2024 21:19:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87885340C43 for ; Mon, 18 Nov 2024 21:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8F891682 for ; Mon, 18 Nov 2024 21:19:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1731964761.6961b356c84395e6d4f8f30f3c0485e039cb7281.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/tex4ht/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/tex4ht/tex4ht-20230311_p69739.ebuild X-VCS-Directories: dev-tex/tex4ht/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6961b356c84395e6d4f8f30f3c0485e039cb7281 X-VCS-Branch: master Date: Mon, 18 Nov 2024 21:19:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b23063c8-6ad6-4638-b4e6-993271778f51 X-Archives-Hash: 79986409ffb71f5a15265cdc19e7168f commit: 6961b356c84395e6d4f8f30f3c0485e039cb7281 Author: Ulrich Müller gentoo org> AuthorDate: Mon Nov 18 21:18:48 2024 +0000 Commit: Ulrich Müller gentoo 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 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