summaryrefslogtreecommitdiff
path: root/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-10 12:04:40 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-10 12:04:40 +0000
commitf95eeaf7db6ca1bfbb34c05fdad9ed9bb603b1c8 (patch)
tree1648438f1ddf9c11ea7cc5f7825a8d19266f00a5 /x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
parent27ecae7b5eb4c80903720ae76a54a68af3447c31 (diff)
gentoo auto-resync : 10:03:2023 - 12:04:40
Diffstat (limited to 'x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild')
-rw-r--r--x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild5
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() {