Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 768153 Details for
Bug 836319
www-client/seamonkey: restoring PPC64 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add missing global mutex
ipc.patch (text/plain), 906 bytes, created by
Marcus Comstedt
on 2022-03-29 16:03:52 UTC
(
hide
)
Description:
Patch to add missing global mutex
Filename:
MIME Type:
Creator:
Marcus Comstedt
Created:
2022-03-29 16:03:52 UTC
Size:
906 bytes
patch
obsolete
>From 300cba4425d9780d2bc0d5d8e9d1bb1cf65dd83a Mon Sep 17 00:00:00 2001 >From: Marcus Comstedt <marcus@mc.pp.se> >Date: Tue, 29 Mar 2022 17:55:15 +0200 >Subject: [PATCH] ipc: Add atomicops_internals_mutex for ppc64 > >It is somehow needed by webrtc. >--- > ipc/chromium/moz.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ipc/chromium/moz.build b/ipc/chromium/moz.build >index d5a52786d..c375ebb0f 100644 >--- a/ipc/chromium/moz.build >+++ b/ipc/chromium/moz.build >@@ -138,7 +138,7 @@ if os_bsd or os_linux: > 'src/base/message_pump_glib.cc', > ] > >-if not CONFIG['INTEL_ARCHITECTURE'] and CONFIG['CPU_ARCH'] not in ('arm', 'aarch64', 'mips32', 'mips64', 'ppc', 'ppc64'): >+if not CONFIG['INTEL_ARCHITECTURE'] and CONFIG['CPU_ARCH'] not in ('arm', 'aarch64', 'mips32', 'mips64', 'ppc'): > SOURCES += [ > 'src/base/atomicops_internals_mutex.cc', > ] >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 836319
:
768146
|
768147
|
768148
|
768152
| 768153 |
768500
|
768502
|
778358
|
778361
|
778394
|
823651
|
916207
|
916238
|
916388