mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/nettop: run eautoreconf for clang16
Closes: https://bugs.gentoo.org/871408 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit autotools toolchain-funcs
|
||||
|
||||
DESCRIPTION="top-like program for network activity"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
||||
@@ -26,6 +26,9 @@ PATCHES=(
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf #871408
|
||||
sed -i 's/configure.in/configure.ac/' Makefile.in || die
|
||||
|
||||
tc-export CC
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user