Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424206 Details for
Bug 573358
sys-freebsd/freebsd-libexec: compile using gcc-5.3.0, all of the commands does not operate.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for freebsd-libexec-10.2.ebuild
bug573358.patch (text/plain), 812 bytes, created by
Yuta SATOH
on 2016-01-30 07:41:49 UTC
(
hide
)
Description:
patch for freebsd-libexec-10.2.ebuild
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2016-01-30 07:41:49 UTC
Size:
812 bytes
patch
obsolete
>diff --git a/sys-freebsd/freebsd-libexec/freebsd-libexec-10.2.ebuild b/sys-freebsd/freebsd-libexec/freebsd-libexec-10.2.ebuild >index cf509b2..89c29a0 100644 >--- a/sys-freebsd/freebsd-libexec/freebsd-libexec-10.2.ebuild >+++ b/sys-freebsd/freebsd-libexec/freebsd-libexec-10.2.ebuild >@@ -4,7 +4,7 @@ > > EAPI=5 > >-inherit bsdmk freebsd pam multilib multibuild multilib-build >+inherit bsdmk freebsd pam multilib multibuild multilib-build toolchain-funcs > > DESCRIPTION="FreeBSD libexec things" > SLOT="0" >@@ -53,6 +53,9 @@ pkg_setup() { > } > > src_prepare() { >+ # gcc-5.0 or later, Workaround for critical issue. bug 573358. >+ [[ "$(gcc-major-version)" -ge 5 ]] && replace-flags -O[2-9] -O1 >+ > if [[ ! -e "${WORKDIR}/include" ]]; then > ln -s /usr/include "${WORKDIR}/include" || die "Symlinking /usr/include.." > 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 573358
: 424206