summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-11-07 21:21:49 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-11-07 21:22:06 +0200
commit3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62 (patch)
treeb5b1197112663c7234df1b49617a534a3c1b4207
parentapp-emulation/coldfire: tweak for gcc-10 (diff)
downloadgentoo-3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62.tar.gz
gentoo-3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62.tar.bz2
gentoo-3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62.zip
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@gentoo.org>
-rw-r--r--net-irc/rhapsody/rhapsody-0.28b.ebuild4
1 files changed, 2 insertions, 2 deletions
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() {