Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 461804 Details for
Bug 607546
=sys-devel/clang-4.0.0_rc1: install fails on Gentoo/FreeBSD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for clang-4.0.0_rc1.ebuild
bug607546.patch (text/plain), 925 bytes, created by
Yuta SATOH
on 2017-01-29 08:21:32 UTC
(
hide
)
Description:
sample patch for clang-4.0.0_rc1.ebuild
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2017-01-29 08:21:32 UTC
Size:
925 bytes
patch
obsolete
>diff --git a/sys-devel/clang/clang-4.0.0_rc1.ebuild b/sys-devel/clang/clang-4.0.0_rc1.ebuild >index 7ff0076..d5511e8 100644 >--- a/sys-devel/clang/clang-4.0.0_rc1.ebuild >+++ b/sys-devel/clang/clang-4.0.0_rc1.ebuild >@@ -217,6 +217,7 @@ src_install() { > # note: we use two version components here (vs 3 in runtime path) > local llvm_version=$(llvm-config --version) || die > local clang_version=$(get_version_component_range 1-2 "${llvm_version}") >+ local clang_full_version=$(get_version_component_range 1-3 "${llvm_version}") > local clang_tools=( clang clang++ clang-cl clang-cpp ) > local abi i > >@@ -248,7 +249,7 @@ src_install() { > > # Remove unnecessary headers on FreeBSD, bug #417171 > if use kernel_FreeBSD; then >- rm "${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h || die >+ rm "${ED}"usr/lib/clang/${clang_full_version}/include/{std,float,iso,limits,tgmath,varargs}*.h || die > fi > } >
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 607546
: 461804