mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/fluidsynth: fixed direct cc call in 2.2.5
Closes: https://bugs.gentoo.org/733940 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user