commit: a5ef35d8e3632710ea029cf4177557e863947789 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 10:52:09 2023 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 10:57:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ef35d8
x11-plugins/wmxkb: fix implicit function declarations in configure Closes: https://bugs.gentoo.org/899066 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild index c22114f48ac8..9ada95c7ec20 100644 --- a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild +++ b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Dockable keyboard layout switcher for Window Maker" HOMEPAGE="http://wmalms.tripod.com/#WMXKB" @@ -26,6 +26,7 @@ HTML_DOCS=( doc/manual{,_body,_title}.html ) src_prepare() { default sed -i -e 's:$(LD) -o:$(CC) $(LDFLAGS) -o:' Makefile.in || die #336528 + eautoreconf } src_compile() {
