diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-11 22:47:46 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-11 22:47:46 +0100 |
commit | c5ad973a4299dc28f659db04dc7d6207551ffbaa (patch) | |
tree | 2d3dfa54d0a32a0da88cd2da5847f53d202ee8b1 /dev-tcltk | |
parent | dev-tcltk/itcl: stat64 is ok for configure (diff) | |
download | gentoo-c5ad973a4299dc28f659db04dc7d6207551ffbaa.tar.gz gentoo-c5ad973a4299dc28f659db04dc7d6207551ffbaa.tar.bz2 gentoo-c5ad973a4299dc28f659db04dc7d6207551ffbaa.zip |
dev-tcltk/itk: stat64 is ok for configure
Closes: https://bugs.gentoo.org/900138
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/itk/itk-4.1.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-tcltk/itk/itk-4.1.0.ebuild b/dev-tcltk/itk/itk-4.1.0.ebuild index a7055bc977c7..5e9a1a0d1b2d 100644 --- a/dev-tcltk/itk/itk-4.1.0.ebuild +++ b/dev-tcltk/itk/itk-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,6 +24,10 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}${MY_PV}" +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { mv configure.{in,ac} || die AT_M4DIR=.. eautoconf |