diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-07 00:26:19 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-07 01:22:45 +0200 |
commit | 6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b (patch) | |
tree | c7e9e6d0543193a6284db0c2c100a241cc964a76 /media-sound/bristol | |
parent | media-gfx/cairosvg: Revert "Bump to 2.5.1" (diff) | |
download | gentoo-6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b.tar.gz gentoo-6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b.tar.bz2 gentoo-6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/bristol')
-rw-r--r-- | media-sound/bristol/bristol-0.60.11-r1.ebuild | 5 |
1 files 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 9948c638e796..a98b921d23de 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) \ |