commit:     6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 22:26:19 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 23:22:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cce14e6

media-sound/bristol: Apply gcc-10 workaround

Closes: https://bugs.gentoo.org/746347
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 media-sound/bristol/bristol-0.60.11-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild 
b/media-sound/bristol/bristol-0.60.11-r1.ebuild
index 9948c638e79..a98b921d23d 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
 HOMEPAGE="https://sourceforge.net/projects/bristol";
@@ -45,6 +45,7 @@ src_prepare() {
 }
 
 src_configure() {
+       add-flags -fcommon
        econf \
                --disable-version-check \
                $(use_enable alsa) \

Reply via email to