summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2023-03-10 12:20:29 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2023-03-10 12:40:46 +0100
commitf66e90fc1c1215524f2af712055c7a599270299c (patch)
treebbda59255ffb6f0d90b09a116049788538a4f6e4 /x11-plugins/wmping
parentx11-plugins/wmwifi: fix implicit function declarations in configure (diff)
downloadgentoo-f66e90fc1c1215524f2af712055c7a599270299c.tar.gz
gentoo-f66e90fc1c1215524f2af712055c7a599270299c.tar.bz2
gentoo-f66e90fc1c1215524f2af712055c7a599270299c.zip
x11-plugins/wmping: fix implicit function declarations in configure
Closes: https://bugs.gentoo.org/899060 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmping')
-rw-r--r--x11-plugins/wmping/wmping-0.2.1-r1.ebuild9
1 files changed, 8 insertions, 1 deletions
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