commit: e50edd2053db5fa079e16774cca464110a5dda7a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Mar 17 19:19:59 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Mar 17 19:20:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50edd20
dev-tcltk/thread: stat64 used in configure to detect LFS Closes: https://bugs.gentoo.org/901735 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/thread/thread-2.8.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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 )
