Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 345464 Details for
Bug 334771
x11-plugins/asmem does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
asmem-1.12-r1.ebuild
asmem-1.12-r1.ebuild (text/plain), 1001 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-04-13 11:23:08 UTC
(
hide
)
Description:
asmem-1.12-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-04-13 11:23:08 UTC
Size:
1001 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.12.ebuild,v 1.7 2010/11/08 16:31:39 voyageur Exp $ > >EAPI="5" > >inherit eutils > >DESCRIPTION="a swallowable applet monitors the utilization level of memory, cache and swap space." >HOMEPAGE="http://www.tigr.net" >SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc ppc64 sparc x86" >IUSE="jpeg" > >RDEPEND="x11-libs/libX11 > x11-libs/libICE > x11-libs/libSM > x11-libs/libXpm > x11-libs/libXext > jpeg? ( virtual/jpeg )" >DEPEND="${RDEPEND} > x11-proto/xproto" > >src_prepare() { > # respect LDFLAGS > sed -i -e "s:\$(CC) \$(OBJS):\$(CC) \${LDFLAGS} \$(OBJS):" \ > autoconf/Makefile.common.in || die >} > >src_configrue() { > econf $(use_enable jpeg) >} > >src_compile() { > emake CC=$(tc-getCC) LDFLAGS="${LDFLAGS}" >} > >src_install() { > dobin ${PN} > newman ${PN}.man ${PN}.1 > dodoc CHANGES README >}
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 334771
:
244891
| 345464