net-analyzer/portmon: add eautoreconf for modern C

Closes: https://bugs.gentoo.org/900036
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2024-11-08 19:09:58 +01:00
parent c8cfb66dca
commit 881a476ecc

View File

@@ -1,7 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit autotools
DESCRIPTION="Portmon is a network service monitoring daemon"
HOMEPAGE="http://aboleo.net/software/portmon/"
@@ -15,6 +17,11 @@ PATCHES=(
"${FILESDIR}"/${P}-fno-common.patch
)
src_prepare() {
default
eautoreconf
}
src_configure() {
econf --sysconfdir=/etc/portmon
}