Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 536306 Details for
Bug 658402
www-client/firefox-60.0.2 - fails to build if newest installed llvm slot do not have corresponding clang slot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ensure llvm/clang are setup properly
0001-www-client-firefox-Fix-llvm-clang-detection-for-buil.patch (text/plain), 1.46 KB, created by
Jory A. Pratt
on 2018-06-19 01:18:59 UTC
(
hide
)
Description:
ensure llvm/clang are setup properly
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2018-06-19 01:18:59 UTC
Size:
1.46 KB
patch
obsolete
>From d786158dbadb65561d25a7c33be92959586b9da9 Mon Sep 17 00:00:00 2001 >From: "Jory A. Pratt" <anarchy@gentoo.org> >Date: Mon, 18 Jun 2018 20:14:22 -0500 >Subject: [PATCH] www-client/firefox: Fix llvm/clang detection for build, bug > #658402 Thanks alexander@tsoy.me for his contribution. > >Signed-off-by: Jory A. Pratt <anarchy@gentoo.org> >--- > www-client/firefox/firefox-60.0.2.ebuild | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > >diff --git a/www-client/firefox/firefox-60.0.2.ebuild b/www-client/firefox/firefox-60.0.2.ebuild >index 61c634ee758..e6ad0fecb10 100644 >--- a/www-client/firefox/firefox-60.0.2.ebuild >+++ b/www-client/firefox/firefox-60.0.2.ebuild >@@ -29,8 +29,8 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" > > MOZCONFIG_OPTIONAL_WIFI=1 > >-inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.60 \ >- pax-utils xdg-utils autotools mozlinguas-v2 >+inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \ >+ mozconfig-v6.60 pax-utils xdg-utils autotools mozlinguas-v2 > > DESCRIPTION="Firefox Web Browser" > HOMEPAGE="http://www.mozilla.com/firefox" >@@ -78,6 +78,10 @@ if [[ -z $GMP_PLUGIN_LIST ]]; then > GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) > fi > >+llvm_check_deps() { >+ has_version "sys-devel/clang:${LLVM_SLOT}" >+} >+ > pkg_setup() { > moz_pkgsetup > >@@ -99,6 +103,8 @@ pkg_setup() { > fi > > addpredict /proc/self/oom_score_adj >+ >+ llvm_pkg_setup > } > > pkg_pretend() { >-- >2.17.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 658402
:
536178
|
536180
| 536306