Skip to content

Commit

Permalink
dev-tcltk/itk: stat64 is ok for configure
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/900138
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Mar 11, 2023
1 parent d8eade2 commit c5ad973
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-tcltk/itk/itk-4.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit c5ad973

Please sign in to comment.