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/fluidsynth/
Date: Thu, 24 Feb 2022 10:01:13
Message-Id: 1645696855.643ef6a0f0d67f7ac1b7f29bc81cb4c78d9dac34.fordfrog@gentoo
1 commit: 643ef6a0f0d67f7ac1b7f29bc81cb4c78d9dac34
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 10:00:55 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 10:00:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643ef6a0
7
8 media-sound/fluidsynth: fixed direct cc call in 2.2.5
9
10 Closes: https://bugs.gentoo.org/733940
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/fluidsynth/fluidsynth-2.2.5.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild b/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild
18 index 90271801e90c..51908c546139 100644
19 --- a/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild
20 +++ b/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=8
23
24 CMAKE_ECLASS=cmake
25 -inherit cmake-multilib systemd
26 +inherit cmake-multilib systemd toolchain-funcs
27
28 DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications"
29 HOMEPAGE="https://www.fluidsynth.org"
30 @@ -42,6 +42,7 @@ DOCS=( AUTHORS ChangeLog README.md THANKS TODO doc/fluidsynth-v20-devdoc.txt )
31
32 src_configure() {
33 local mycmakeargs=(
34 + -DCMAKE_C_COMPILER="$(tc-getCC)"
35 -Denable-alsa=$(usex alsa)
36 -Denable-aufile=ON
37 -Denable-dbus=$(usex dbus)