summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-31 23:45:30 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-31 23:45:53 +0100
commitad78c19ac37adfc6e36779dfe1d762f87c671a66 (patch)
treef90cccc91948bab85d1a10ba9bad6ffa81f71503 /net-analyzer/iftop/iftop-9999999.ebuild
parentapp-misc/spacenavd: 0.7 + EAPI 7 (diff)
downloadgentoo-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-9999999.ebuild')
-rw-r--r--net-analyzer/iftop/iftop-9999999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/iftop/iftop-9999999.ebuild b/net-analyzer/iftop/iftop-9999999.ebuild
index 5e2de84db474..f67befd3bc29 100644
--- a/net-analyzer/iftop/iftop-9999999.ebuild
+++ b/net-analyzer/iftop/iftop-9999999.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
@@ -25,6 +25,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.0_pre4-configure.ac.patch
"${FILESDIR}"/${PN}-1.0_pre4-Makefile.am.patch
"${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-fno-common.patch
)
src_prepare() {