Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 676363 Details for
Bug 758167
Fix bootstrapping linker/compiler packages for clang-based darwin prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for sys-devel/clang/clang-11.0.0.ebuild
clang-11.0.0.ebuild.patch (text/plain), 1.10 KB, created by
Jacob Floyd
on 2020-12-03 04:03:29 UTC
(
hide
)
Description:
patch for sys-devel/clang/clang-11.0.0.ebuild
Filename:
MIME Type:
Creator:
Jacob Floyd
Created:
2020-12-03 04:03:29 UTC
Size:
1.10 KB
patch
obsolete
>--- clang-11.0.0.mainline.ebuild 2020-12-02 20:54:58.000000000 -0600 >+++ clang-11.0.0.ebuild 2020-12-02 20:58:53.000000000 -0600 >@@ -30,7 +30,7 @@ > > LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" > SLOT="$(ver_cut 1)" >-KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux" >+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos" > IUSE="debug default-compiler-rt default-libcxx default-lld > doc +static-analyzer test xml kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" > REQUIRED_USE="${PYTHON_REQUIRED_USE} >@@ -75,6 +75,10 @@ > # Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need > # multilib clang* libraries (not runtime, not wrappers). > >+PATCHES=( >+ "${FILESDIR}"/11.0.0/prefix-dirs.patch >+) >+ > pkg_setup() { > LLVM_MAX_SLOT=${SLOT} llvm_pkg_setup > python-single-r1_pkg_setup >@@ -88,6 +92,11 @@ > llvm.org_src_prepare > > mv ../clang-tools-extra tools/extra || die >+ >+ # add Gentoo Portage Prefix for Darwin (see prefix-dirs.patch) >+ sed -i -e "s|@GENTOO_PORTAGE_EPREFIX@|${EPREFIX}/|g" \ >+ lib/Frontend/InitHeaderSearch.cpp \ >+ lib/Driver/ToolChains/Darwin.cpp > } > > check_distribution_components() {
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 758167
:
676360
|
676363
|
676366
|
676369
|
676375
|
676531
|
676534
|
676591
|
677179
|
677248
|
677251
|
677509
|
677512
|
677515
|
677524
|
677527
|
677530
|
678760
|
868834
|
868835
|
869498
|
869500
|
869577
|
870074
|
870075