From 3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 7 Nov 2020 21:21:49 +0200 Subject: net-irc/rhapsody: Apply gcc-10 workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/706702 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- net-irc/rhapsody/rhapsody-0.28b.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-irc') diff --git a/net-irc/rhapsody/rhapsody-0.28b.ebuild b/net-irc/rhapsody/rhapsody-0.28b.ebuild index 52d276a3bb78..921c22d2b274 100644 --- a/net-irc/rhapsody/rhapsody-0.28b.ebuild +++ b/net-irc/rhapsody/rhapsody-0.28b.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 @@ -28,7 +28,7 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" LOCALFLAGS="${CFLAGS}" + emake CC="$(tc-getCC)" LOCALFLAGS="${CFLAGS} -fcommon" } src_install() { -- cgit v1.2.3-65-gdbad