diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2023-03-10 11:52:09 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-03-10 11:57:37 +0100 |
commit | a5ef35d8e3632710ea029cf4177557e863947789 (patch) | |
tree | 961253b10b6aa5d5bb22efac9bd73ada01e8e573 /x11-plugins | |
parent | app-office/libreoffice-l10n: Restore 7.4.6.2 keywords (diff) | |
download | gentoo-a5ef35d8e3632710ea029cf4177557e863947789.tar.gz gentoo-a5ef35d8e3632710ea029cf4177557e863947789.tar.bz2 gentoo-a5ef35d8e3632710ea029cf4177557e863947789.zip |
x11-plugins/wmxkb: fix implicit function declarations in configure
Closes: https://bugs.gentoo.org/899066
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild | 5 |
1 files 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() { |