Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101903 Details for
Bug 133824
gnome-libs-1.4.2 --as-needed fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated ebuild patch as the one in portage has changed
gnome-libs-1.4.2.ebuild.patch (text/plain), 1.28 KB, created by
Thomas S. Howard
on 2006-11-14 02:42:40 UTC
(
hide
)
Description:
updated ebuild patch as the one in portage has changed
Filename:
MIME Type:
Creator:
Thomas S. Howard
Created:
2006-11-14 02:42:40 UTC
Size:
1.28 KB
patch
obsolete
>--- /usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild 2006-11-04 22:05:54.000000000 -0800 >+++ ./gnome-libs-1.4.2.ebuild 2006-11-14 02:33:10.000000000 -0800 >@@ -1,8 +1,7 @@ > # Copyright 1999-2006 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild,v 1.34 2006/11/05 06:03:14 leio Exp $ >- >-WANT_AUTOCONF=2.1 >+ > inherit eutils libtool multilib autotools flag-o-matic > > DESCRIPTION="GNOME Core Libraries" >@@ -35,7 +34,10 @@ > epatch "${FILESDIR}"/${P}-gcc4.patch > # Fix compilation with GCC4 on ppc64 ; bug #117750 > epatch "${FILESDIR}"/${P}-ppc64.patch >- eautoconf >+ # --as-needed fix >+ epatch "${FILESDIR}"/${P}-as-needed.patch >+ AT_M4DIR="${WORKDIR}"/${P}/macros eautoreconf || die >+ elibtoolize > } > > src_compile() { >@@ -62,10 +64,10 @@ > ${myconf} || die > > # gnome-libs does not like parallel building, bug #117644 >- emake -j1 || die >+ # no it doesn't like -j9, works fine with -j3 >+ emake -j3 || die > >- # do the docs (maby add a use variable or put in seperate >- # ebuild since it is mostly developer docs?) >+ # do the docs (maybe add a use variable or put in seperate ebuild since it is mostly developer docs?) > if use doc ; then > cd "${S}"/devel-docs > emake || die
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 133824
:
87087
|
87088
|
87612
|
87613
| 101903