summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-03-17 20:19:59 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-03-17 20:20:44 +0100
commite50edd2053db5fa079e16774cca464110a5dda7a (patch)
treed1c3c2fd7371eb578cee1ff42b46f5a361e4020f
parentxfce-base/xfce4-session: Stabilize 4.18.1-r1 amd64, #901761 (diff)
downloadgentoo-e50edd2053db5fa079e16774cca464110a5dda7a.tar.gz
gentoo-e50edd2053db5fa079e16774cca464110a5dda7a.tar.bz2
gentoo-e50edd2053db5fa079e16774cca464110a5dda7a.zip
dev-tcltk/thread: stat64 used in configure to detect LFS
Closes: https://bugs.gentoo.org/901735 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-tcltk/thread/thread-2.8.5.ebuild4
1 files changed, 4 insertions, 0 deletions
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 )