commit:     3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 19:21:49 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 19:22:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a39d3b4

net-irc/rhapsody: Apply gcc-10 workaround

Bug: https://bugs.gentoo.org/706702
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 net-irc/rhapsody/rhapsody-0.28b.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/rhapsody/rhapsody-0.28b.ebuild 
b/net-irc/rhapsody/rhapsody-0.28b.ebuild
index 52d276a3bb7..921c22d2b27 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() {

Reply via email to