Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245277 Details for
Bug 334453
x11-plugins/gkrellmwireless 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 gkrellmwireless-2.0.3.ebuild to address LDFLAGS issue and minor other QA issues
gkrellmwireless-2.0.3.ebuild.patch (text/plain), 784 bytes, created by
Kevin Pyle
on 2010-08-29 22:38:33 UTC
(
hide
)
Description:
Patch to gkrellmwireless-2.0.3.ebuild to address LDFLAGS issue and minor other QA issues
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2010-08-29 22:38:33 UTC
Size:
784 bytes
patch
obsolete
>diff -ru a/gkrellmwireless-2.0.3.ebuild b/gkrellmwireless-2.0.3.ebuild >--- a/gkrellmwireless-2.0.3.ebuild 2010-03-12 01:07:11.000000000 +0000 >+++ b/gkrellmwireless-2.0.3.ebuild 2010-08-29 22:33:40.089480925 +0000 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild,v 1.12 2010/03/12 00:44:51 sping Exp $ > >-inherit gkrellm-plugin >+EAPI="2" >+ >+inherit gkrellm-plugin toolchain-funcs > > IUSE="" > S="${WORKDIR}/${PN}" >@@ -15,3 +17,10 @@ > KEYWORDS="amd64 ppc ~sparc x86" > > PLUGIN_SO=wireless.so >+ >+src_prepare() { >+ sed -i \ >+ -e '/^CC =/s:gcc $(CFLAGS) $(FLAGS):'"$(tc-getCC)"' $(FLAGS) $(CFLAGS):' \ >+ -e '/-o wireless.so/s: : $(LDFLAGS) :' \ >+ Makefile >+}
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 334453
:
244555
| 245277