Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101627 Details for
Bug 145722
gnome-extra/gtop-1.0.13-r2 fails on gcc 4.1.1 at mdi.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An ebuild including the mdi-static patch.
gtop-1.0.13-r3.ebuild (text/plain), 1.12 KB, created by
Gordon Oliver
on 2006-11-10 12:55:03 UTC
(
hide
)
Description:
An ebuild including the mdi-static patch.
Filename:
MIME Type:
Creator:
Gordon Oliver
Created:
2006-11-10 12:55:03 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtop/gtop-1.0.13-r2.ebuild,v 1.17 2006/06/17 05:19:53 mr_bones_ Exp $ > >inherit eutils > >IUSE="nls" > >DESCRIPTION="GNOME system monitor" >SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/1.0/${P}.tar.gz" >HOMEPAGE="http://www.gnome.org/" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 sparc ppc" > >DEPEND="( >=gnome-base/libgtop-1.0.12-r1 > <gnome-base/libgtop-2.0.0 ) > >=gnome-base/gnome-libs-1.4.1.7 > nls? ( sys-devel/gettext )" > >src_unpack() { > > unpack ${A} > > epatch ${FILESDIR}/${PN}-1-gcc33_fix.patch > > epatch ${FILESDIR}/${PN}-1.0.13-mdi-static.patch > >} > >src_compile() { > local myconf > > if ! use nls ; then > myconf="--disable-nls" > fi > > ./configure --host=${CHOST} \ > --prefix=/usr \ > --sysconfdir=/etc \ > --localstatedir=/var/lib \ > $myconf || die > > emake || die >} > >src_install() { > make prefix=${D}/usr \ > sysconfdir=${D}/etc \ > localstatedir=${D}/var/lib \ > install || die > > dodoc AUTHORS COPYING ChangeLog NEWS README TODO >}
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 Raw
Actions:
View
Attachments on
bug 145722
:
101626
| 101627