summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViolet Purcell <vimproved@inventati.org>2023-09-21 21:17:20 -0400
committerSam James <sam@gentoo.org>2023-09-22 16:42:14 +0100
commitacf9acf595f777967f52efca811a3028d7af8431 (patch)
treeaa6f63b988563c07235d55590986d18bccc56514 /media-sound/ardour/ardour-9999.ebuild
parentapp-crypt/xca: add missing doc dependencies (diff)
downloadgentoo-acf9acf595f777967f52efca811a3028d7af8431.tar.gz
gentoo-acf9acf595f777967f52efca811a3028d7af8431.tar.bz2
gentoo-acf9acf595f777967f52efca811a3028d7af8431.zip
media-sound/ardour: Improve libc++ fix
This commit makes the libc++ fix for ardour use the fix from Steinberg's upstream vst3 sdk, which actually provides an implementation for AtomicAdd, unlike the previous fix. Additionally, this fix does not require an extra configure arg. Upstream-PR: https://github.com/Ardour/ardour/pull/822 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/32981 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/ardour/ardour-9999.ebuild')
-rw-r--r--media-sound/ardour/ardour-9999.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild
index 607dfeed3930..029d71ed7696 100644
--- a/media-sound/ardour/ardour-9999.ebuild
+++ b/media-sound/ardour/ardour-9999.ebuild
@@ -146,8 +146,6 @@ src_configure() {
# not possible right now --use-external-libs
)
- [[ "$(tc-get-cxx-stdlib)" = "libc++" ]] && myconf+=( --use-libc++ )
-
waf-utils_src_configure "${myconf[@]}"
}