Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 448810 Details for
Bug 595878
amd64-fbsd/clang profile: pure clang support.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for sys-auth/pambase-20101024-r2.ebuild
bug595878_pambase.patch (text/plain), 462 bytes, created by
Yuta SATOH
on 2016-10-02 10:24:01 UTC
(
hide
)
Description:
sample patch for sys-auth/pambase-20101024-r2.ebuild
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2016-10-02 10:24:01 UTC
Size:
462 bytes
patch
obsolete
>diff --git a/pambase-20101024-r2.ebuild b/pambase-20101024-r2.ebuild >index bfd4278..e4d123e 100644 >--- a/pambase-20101024-r2.ebuild >+++ b/pambase-20101024-r2.ebuild >@@ -39,6 +39,12 @@ RDEPEND=" > !<sys-libs/pam-0.99.9.0-r1" > DEPEND="app-portage/portage-utils" > >+src_prepare() { >+ if [[ $(tc-getCC) == *clang* ]] ; then >+ sed -i 's:CPP=cpp:CPP=clang -E -x c:' "${S}"/Makefile || die >+ fi >+} >+ > src_compile() { > local implementation= > local linux_pam_version=
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 595878
:
448802
|
448804
| 448810 |
448824