Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 169430 Details for
Bug 220026
app-office/openoffice fails to emerge with gcc-3.4.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Address some issues in the current openoffice-3.0.0.ebuild
openoffice-3.0.0.ebuild.patch (text/plain), 1.04 KB, created by
Gordon Malm (RETIRED)
on 2008-10-22 15:49:12 UTC
(
hide
)
Description:
Address some issues in the current openoffice-3.0.0.ebuild
Filename:
MIME Type:
Creator:
Gordon Malm (RETIRED)
Created:
2008-10-22 15:49:12 UTC
Size:
1.04 KB
patch
obsolete
>--- openoffice-3.0.0.ebuild >+++ openoffice-3.0.0-patched.ebuild >@@ -6,7 +6,7 @@ > WANT_AUTOMAKE="1.9" > EAPI="1" > >-inherit autotools check-reqs db-use eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions mono multilib >+inherit autotools check-reqs db-use eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions mono multilib toolchain-funcs > > IUSE="cups dbus debug eds gnome gstreamer gtk kde ldap mono nsplugin odk opengl pam templates" > >@@ -324,16 +324,14 @@ > filter-flags "-fstack-protector" > filter-flags "-fstack-protector-all" > filter-flags "-ftracer" >- >- if has_version <=sys-devel/gcc-3.4.7 ; then >- use hardened || filter-flags "-fforce-addr" >- is-flag -fomit-frame-pointer && append-flags "-momit-leaf-frame-pointer" >- else >- filter-flags "-fforce-addr" >- fi >+ filter-flags "-fforce-addr" > > filter-flags "-O[s2-9]" > >+ if [[ $(gcc-major-version) -lt 4 ]]; then >+ replace-flags "-fomit-frame-pointer" "-momit-leaf-frame-pointer" >+ fi >+ > # Build with NVidia cards breaks otherwise > use opengl && append-flags "-DGL_GLEXT_PROTOTYPES" >
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 220026
:
151602
| 169430