commit:     3dd759652649e9f4b6272ccc4c4bd4fd54a8e455
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:30:03 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 08:30:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd75965

dev-tcltk/iwidgets: fix implicit function definition

Closes: https://bugs.gentoo.org/900140
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{iwidgets-4.1.1.ebuild => iwidgets-4.1.1-r1.ebuild}        | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild 
b/dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild
similarity index 89%
rename from dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
rename to dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild
index 78546ddecb5b..4bcb21331fc0 100644
--- a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
+++ b/dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit virtualx
+inherit virtualx autotools
 
 BASE_URI_ITCLTK="mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-4-source"
 ITCL_VER=4.1.1
@@ -27,12 +27,18 @@ DEPEND="
        >=dev-tcltk/itk-${ITK_VER}"
 RDEPEND="${DEPEND}"
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       stat64 # used to test for Large File Support
+)
+
 src_prepare() {
        default
        sed \
                -e "/^\(LIB\|SCRIPT\)_INSTALL_DIR =/s|lib|$(get_libdir)|" \
                -i Makefile.in || die
 
+       eautoreconf
+
        # Bug 115470
        rm doc/panedwindow.n
 

Reply via email to