diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-11-07 21:21:49 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-11-07 21:22:06 +0200 |
commit | 3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62 (patch) | |
tree | b5b1197112663c7234df1b49617a534a3c1b4207 /net-irc | |
parent | app-emulation/coldfire: tweak for gcc-10 (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/rhapsody/rhapsody-0.28b.ebuild | 4 |
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() { |