Skip to content

Commit

Permalink
dev-tcltk/itcl: stat64 is ok for configure
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/900136
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Mar 11, 2023
1 parent 1f94fb8 commit d8eade2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-tcltk/itcl/itcl-4.2.2.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 @@ -22,6 +22,10 @@ S="${WORKDIR}/${PN}-${MYP}"
# somehow broken
#RESTRICT=test

QA_CONFIG_IMPL_DECL_SKIP=(
stat64 # used to test for Large File Support
)

src_prepare() {
default
cp -r itclWidget/tclconfig tclconfig || die
Expand Down

0 comments on commit d8eade2

Please sign in to comment.