From bdc11e2aad584e94465f16cf34323592be749af4 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 2 Jun 2021 17:32:14 -0400 Subject: [PATCH] voiphopper: fix build for gcc10 --- net-analyzer/voiphopper/voiphopper-2.04-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-analyzer/voiphopper/voiphopper-2.04-r3.ebuild b/net-analyzer/voiphopper/voiphopper-2.04-r3.ebuild index eaaa9c877..db43f44a9 100644 --- a/net-analyzer/voiphopper/voiphopper-2.04-r3.ebuild +++ b/net-analyzer/voiphopper/voiphopper-2.04-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit linux-info eutils +inherit linux-info eutils flag-o-matic DESCRIPTION="VoIP Hopper is a tool that rapidly runs a VLAN Hop into the Voice VLAN" HOMEPAGE="http://voiphopper.sourceforge.net/" @@ -30,6 +30,7 @@ src_prepare() { } src_configure() { + append-cflags -fcommon #dead upstream and I don't care econf sed -i 's#-I.#-I. -I/usr/include/tirpc#' src/Makefile || die }