From e50edd2053db5fa079e16774cca464110a5dda7a Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 17 Mar 2023 20:19:59 +0100 Subject: dev-tcltk/thread: stat64 used in configure to detect LFS Closes: https://bugs.gentoo.org/901735 Signed-off-by: Alfredo Tupone --- dev-tcltk/thread/thread-2.8.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-tcltk') diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild index cb6b5e7e0a40..a5c3f05023c1 100644 --- a/dev-tcltk/thread/thread-2.8.5.ebuild +++ b/dev-tcltk/thread/thread-2.8.5.ebuild @@ -19,6 +19,10 @@ IUSE="" DEPEND="dev-lang/tcl:0=[threads]" RDEPEND="${DEPEND}" +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + S="${WORKDIR}"/${MY_P} PATCHES=( "${FILESDIR}"/${P}-musl.patch ) -- cgit v1.2.3-65-gdbad