commit: 7d2182f227a29fae19446e83876be525dd696732 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Mar 11 21:52:13 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Mar 11 21:52:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2182f2
dev-tcltk/tix: stat64 is ok for configure Closes: https://bugs.gentoo.org/898316 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/tix/tix-8.4.3-r4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-tcltk/tix/tix-8.4.3-r4.ebuild b/dev-tcltk/tix/tix-8.4.3-r4.ebuild index 8d589a306097..93bf56a3ced7 100644 --- a/dev-tcltk/tix/tix-8.4.3-r4.ebuild +++ b/dev-tcltk/tix/tix-8.4.3-r4.ebuild @@ -33,6 +33,10 @@ PATCHES=( "${FILESDIR}"/${P}-noopt.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { [[ ${CHOST} == *-darwin* ]] || eapply "${FILESDIR}"/${P}-link.patch
