diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-31 23:45:30 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-31 23:45:53 +0100 |
commit | ad78c19ac37adfc6e36779dfe1d762f87c671a66 (patch) | |
tree | f90cccc91948bab85d1a10ba9bad6ffa81f71503 /net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | |
parent | app-misc/spacenavd: 0.7 + EAPI 7 (diff) | |
download | gentoo-ad78c19ac37adfc6e36779dfe1d762f87c671a66.tar.gz gentoo-ad78c19ac37adfc6e36779dfe1d762f87c671a66.tar.bz2 gentoo-ad78c19ac37adfc6e36779dfe1d762f87c671a66.zip |
net-analyzer/iftop: Fix CFLAGS=-fno-common
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=707420
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild')
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild index 8221ce61ddb3..3f9d11ed9b42 100644 --- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,6 +26,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.0_pre4-tsent-set-but-not-used.patch "${FILESDIR}"/${PN}-1.0_pre4-ip6.arpa.patch "${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch + "${FILESDIR}"/${PN}-1.0_pre4-fno-common.patch ) S="${WORKDIR}"/${P/_/} |