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>
This commit is contained in:
Andreas K. Hüttel
2020-11-07 21:21:49 +02:00
parent 7e0dc4bbbd
commit 3a39d3b47c

View File

@@ -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() {