From f66e90fc1c1215524f2af712055c7a599270299c Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Fri, 10 Mar 2023 12:20:29 +0100 Subject: x11-plugins/wmping: fix implicit function declarations in configure Closes: https://bugs.gentoo.org/899060 Signed-off-by: Bernard Cafarelli --- x11-plugins/wmping/wmping-0.2.1-r1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'x11-plugins') diff --git a/x11-plugins/wmping/wmping-0.2.1-r1.ebuild b/x11-plugins/wmping/wmping-0.2.1-r1.ebuild index 489881f2407c..fb1db3e0d48f 100644 --- a/x11-plugins/wmping/wmping-0.2.1-r1.ebuild +++ b/x11-plugins/wmping/wmping-0.2.1-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit autotools + DESCRIPTION="a simple host status monitoring dockapp" HOMEPAGE="https://sourceforge.net/projects/wmping" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -27,6 +29,11 @@ PATCHES=( DOCS=( AUTHORS CHANGES README ) +src_prepare() { + default + eautoreconf +} + src_install() { if use suid; then default -- cgit v1.2.3-65-gdbad