Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334453
Collapse All | Expand All

(-)a/gkrellmwireless-2.0.3.ebuild (-1 / +10 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild,v 1.12 2010/03/12 00:44:51 sping Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild,v 1.12 2010/03/12 00:44:51 sping Exp $
4
4
5
inherit gkrellm-plugin
5
EAPI="2"
6
7
inherit gkrellm-plugin toolchain-funcs
6
8
7
IUSE=""
9
IUSE=""
8
S="${WORKDIR}/${PN}"
10
S="${WORKDIR}/${PN}"
Lines 15-17 Link Here
15
KEYWORDS="amd64 ppc ~sparc x86"
17
KEYWORDS="amd64 ppc ~sparc x86"
16
18
17
PLUGIN_SO=wireless.so
19
PLUGIN_SO=wireless.so
20
21
src_prepare() {
22
	sed -i \
23
		-e '/^CC =/s:gcc $(CFLAGS) $(FLAGS):'"$(tc-getCC)"' $(FLAGS) $(CFLAGS):' \
24
		-e '/-o wireless.so/s: : $(LDFLAGS) :' \
25
		Makefile
26
}

Return to bug 334453