Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 436252 Details for
Bug 460902
app-office/libreoffice-4.0.*: compiles and runs when built with clang-3.2, change gcc check in ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
when using clang, don't check gcc version
libreoffice.txt (text/plain), 679 bytes, created by
Austin English (RETIRED)
on 2016-06-03 05:50:12 UTC
(
hide
)
Description:
when using clang, don't check gcc version
Filename:
MIME Type:
Creator:
Austin English (RETIRED)
Created:
2016-06-03 05:50:12 UTC
Size:
679 bytes
patch
obsolete
>diff --git a/app-office/libreoffice/libreoffice-5.0.5.2.ebuild b/app-office/libreoffice/libreoffice-5.0.5.2.ebuild >index 2766ac5..240c746 100644 >--- a/app-office/libreoffice/libreoffice-5.0.5.2.ebuild >+++ b/app-office/libreoffice/libreoffice-5.0.5.2.ebuild >@@ -277,7 +277,10 @@ pkg_pretend() { > if [[ ${MERGE_TYPE} != binary ]]; then > check-reqs_pkg_pretend > >- if [[ $(gcc-major-version) -lt 4 ]] || { >+ if [[ "$(tc-getCC)" == "clang" ]] ; then >+ # ignore clang, which works >+ : >+ elif [[ $(gcc-major-version) -lt 4 ]] || { > [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]]; } > then > eerror "Compilation with gcc older than 4.6 is not supported"
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 460902
:
347584
| 436252