summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2021-01-07 00:26:19 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2021-01-07 01:22:45 +0200
commit6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b (patch)
treec7e9e6d0543193a6284db0c2c100a241cc964a76
parentmedia-gfx/cairosvg: Revert "Bump to 2.5.1" (diff)
downloadgentoo-6cce14e6.tar.gz
gentoo-6cce14e6.tar.bz2
gentoo-6cce14e6.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>
-rw-r--r--media-sound/bristol/bristol-0.60.11-r1.ebuild5
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) \