net-analyzer/iftop: build with -std=gnu17

Closes: https://bugs.gentoo.org/944909
Signed-off-by: Joe Kappus <joe@wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/42363
Closes: https://github.com/gentoo/gentoo/pull/42363
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Joe Kappus
2025-05-30 17:46:53 -04:00
committed by Sam James
parent 22bd39e835
commit f529d6d6f4

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
inherit autotools flag-o-matic
DESCRIPTION="Display bandwidth usage on an interface"
HOMEPAGE="https://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop"
@@ -38,6 +38,9 @@ PATCHES=(
src_prepare() {
default
#bug 944029
append-cflags -std=gnu17
eautoreconf
}