Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244135 Details for
Bug 333989
x11-plugins/gkrelltop does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ebuild to respect CC, CFLAGS, LDFLAGS
gkrelltop-2.2.11.ebuild.patch (text/plain), 806 bytes, created by
Kevin Pyle
on 2010-08-23 01:27:17 UTC
(
hide
)
Description:
Patch to ebuild to respect CC, CFLAGS, LDFLAGS
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2010-08-23 01:27:17 UTC
Size:
806 bytes
patch
obsolete
>diff -ru a/gkrelltop-2.2.11.ebuild b/gkrelltop-2.2.11.ebuild >--- a/gkrelltop-2.2.11.ebuild 2009-09-05 22:37:12.000000000 +0000 >+++ b/gkrelltop-2.2.11.ebuild 2010-08-23 00:38:24.288872769 +0000 >@@ -3,7 +3,7 @@ > # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.7 2009/09/05 22:35:12 maekke Exp $ > > EAPI=2 >-inherit gkrellm-plugin >+inherit gkrellm-plugin toolchain-funcs > > DESCRIPTION="a GKrellM2 plugin which displays the top three processes" > SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz" >@@ -24,6 +24,13 @@ > =dev-libs/glib-2* > X? ( =x11-libs/gtk+-2* )" > >+src_prepare() { >+ sed -i \ >+ -e "s:/usr/bin/gcc:$(tc-getCC) \$(CFLAGS):" \ >+ -e 's/-shared/$(LDFLAGS) &/' \ >+ Makefile || die >+} >+ > src_compile() { > use X || TARGET="server" > emake ${TARGET}
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 333989
:
244065
| 244135