From 643ef6a0f0d67f7ac1b7f29bc81cb4c78d9dac34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ulc?= Date: Thu, 24 Feb 2022 11:00:55 +0100 Subject: [PATCH] media-sound/fluidsynth: fixed direct cc call in 2.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/733940 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Ć ulc --- media-sound/fluidsynth/fluidsynth-2.2.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild b/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild index 90271801e90c5..51908c546139b 100644 --- a/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.2.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 CMAKE_ECLASS=cmake -inherit cmake-multilib systemd +inherit cmake-multilib systemd toolchain-funcs DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" HOMEPAGE="https://www.fluidsynth.org" @@ -42,6 +42,7 @@ DOCS=( AUTHORS ChangeLog README.md THANKS TODO doc/fluidsynth-v20-devdoc.txt ) src_configure() { local mycmakeargs=( + -DCMAKE_C_COMPILER="$(tc-getCC)" -Denable-alsa=$(usex alsa) -Denable-aufile=ON -Denable-dbus=$(usex dbus)