commit:     0d064fd26399378fa1ef9e843a6ea8dd325aef4c
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sun Jul 31 02:50:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 03:50:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d064fd2

dev-lang/spidermonkey: conditionally link libatomic

Closes: https://bugs.gentoo.org/688574
Closes: https://github.com/gentoo/gentoo/pull/26676
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild 
b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
index cc7d2687a38f..ef5e64bc7a31 100644
--- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 WANT_AUTOCONF="2.1"
-inherit autotools check-reqs toolchain-funcs pax-utils mozcoreconf-v5
+inherit autotools check-reqs toolchain-funcs pax-utils mozcoreconf-v5 
flag-o-matic
 
 MY_PN="mozjs"
 MY_P="${MY_PN}-${PV/_rc/.rc}"
@@ -54,6 +54,8 @@ src_prepare() {
 
        eapply_user
 
+       append-atomic-flags # bug 688574
+
        cd "${S}/js/src" || die
        eautoconf old-configure.in
        eautoconf

Reply via email to