Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/linuxsampler/
Date: Thu, 29 Apr 2021 04:36:51
Message-Id: 1619670992.9349d194670cc9d1adc7fe76a21ca14170bc6bef.fordfrog@gentoo
1 commit: 9349d194670cc9d1adc7fe76a21ca14170bc6bef
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 04:36:32 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 04:36:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9349d194
7
8 media-sound/linuxsampler: fixed compilation with gcc11
9
10 Closes: https://bugs.gentoo.org/786255
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/linuxsampler/linuxsampler-2.1.1.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/linuxsampler/linuxsampler-2.1.1.ebuild b/media-sound/linuxsampler/linuxsampler-2.1.1.ebuild
18 index d12a254629b..7236b6df4f2 100644
19 --- a/media-sound/linuxsampler/linuxsampler-2.1.1.ebuild
20 +++ b/media-sound/linuxsampler/linuxsampler-2.1.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit autotools
29 +inherit autotools flag-o-matic
30
31 DESCRIPTION="Software audio sampler engine with professional grade features"
32 HOMEPAGE="https://www.linuxsampler.org/"
33 @@ -49,6 +49,8 @@ src_prepare() {
34 }
35
36 src_configure() {
37 + append-cxxflags -std=c++14
38 +
39 local myeconfargs=(
40 --disable-arts-driver
41 --disable-static