commit: f529d6d6f4aba1f3f0df8dcf6d0bb140e747107f Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Fri May 30 21:46:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 30 21:52:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f529d6d6
net-analyzer/iftop: build with -std=gnu17 Closes: https://bugs.gentoo.org/944909 Signed-off-by: Joe Kappus <joe <AT> 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 <AT> gentoo.org> net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild index 7a8c6b86167f..597c47c9d873 100644 --- a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild @@ -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 }
