diff options
author | Sam James <sam@gentoo.org> | 2024-01-11 13:02:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-11 13:02:35 +0000 |
commit | fb004b1b81732a8e0830e7d62ebe835a39ee36b9 (patch) | |
tree | eacd617bbf662c1d390597e9fbfc11876a64471c /media-sound | |
parent | media-sound/audacity: disable PCH harder (diff) | |
download | gentoo-fb004b1b81732a8e0830e7d62ebe835a39ee36b9.tar.gz gentoo-fb004b1b81732a8e0830e7d62ebe835a39ee36b9.tar.bz2 gentoo-fb004b1b81732a8e0830e7d62ebe835a39ee36b9.zip |
media-sound/audacity: backport PCH fix
Backport 986e00639a6bd9ca0d650743941a1d7e6b903821.
Bug: https://bugs.gentoo.org/921731
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/audacity-2.4.2-r3.ebuild | 4 | ||||
-rw-r--r-- | media-sound/audacity/audacity-3.2.5-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/audacity/audacity-2.4.2-r3.ebuild b/media-sound/audacity/audacity-2.4.2-r3.ebuild index f0e17b7904b4..1abe82ab11b8 100644 --- a/media-sound/audacity/audacity-2.4.2-r3.ebuild +++ b/media-sound/audacity/audacity-2.4.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -95,7 +95,7 @@ src_configure() { -Daudacity_use_pa_alsa=$(usex alsa) -Daudacity_use_pa_jack=$(usex jack linked off) -Daudacity_use_pa_oss=$(usex oss) - #-Daudacity_use_pch leaving it to the default behavior + -Daudacity_use_pch=OFF -Daudacity_use_portaudio=local # only 'local' option is present -Daudacity_use_portmixer=$(usex portmixer local off) -Daudacity_use_portsmf=$(usex portsmf local off) diff --git a/media-sound/audacity/audacity-3.2.5-r1.ebuild b/media-sound/audacity/audacity-3.2.5-r1.ebuild index b9ffe050c949..2eb91ea6190a 100644 --- a/media-sound/audacity/audacity-3.2.5-r1.ebuild +++ b/media-sound/audacity/audacity-3.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -159,7 +159,7 @@ src_configure() { # Tell the CMake-based build system it's building a release. -DAUDACITY_BUILD_LEVEL=2 -Daudacity_use_nyquist=local - #-Daudacity_use_pch leaving it to the default behavior + -Daudacity_use_pch=OFF -Daudacity_use_portmixer=$(usex portmixer system off) -Daudacity_use_soxr=system |