Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343652 Details for
Bug 336818
x11-plugins/asapm does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
asapm-3.1-r1.ebuild
asapm-3.1-r1.ebuild (text/plain), 912 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-29 16:07:06 UTC
(
hide
)
Description:
asapm-3.1-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-29 16:07:06 UTC
Size:
912 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1.ebuild,v 1.6 2012/11/27 13:46:16 ago Exp $ > >EAPI="5" > >inherit eutils > >DESCRIPTION="APM monitor for AfterStep" >SRC_URI="http://www.tigr.net/afterstep/download/asapm/${P}.tar.gz" >HOMEPAGE="http://www.tigr.net/afterstep/list.pl" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ppc -sparc x86" >IUSE="jpeg" > >RDEPEND="x11-libs/libXpm > x11-libs/libSM > jpeg? ( virtual/jpeg )" >DEPEND="${RDEPEND} > x11-proto/xproto" > >src_prepare() { > sed -i \ > -e "s:\$(CC) \$(OBJS):\$(CC) \$(LDFLAGS) \$(OBJS):" \ > autoconf/Makefile.common.in || die "sed failed" >} > >src_configure() { > econf $(use_enable jpeg) >} > >src_compile() { > emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" >} > >src_install() { > dobin asapm > newman asapm.man asapm.1 > dodoc CHANGES README TODO NOTES >}
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 336818
:
246847
|
343652
|
351034
|
351036