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

(-)/usr/portage/net-wireless/madwifi-tools/madwifi-tools-0.1_pre20050106.ebuild (-1 / +5 lines)
Lines 22-28 Link Here
22
	use x86 && TARGET=i386-elf
22
	use x86 && TARGET=i386-elf
23
	use amd64 && TARGET=x86_64-elf
23
	use amd64 && TARGET=x86_64-elf
24
	export TARGET
24
	export TARGET
25
	sed -i -e 's/err(1, ifr.ifr_name);/err(1, "%s", ifr.ifr_name);'/g tools/athstats.c
25
}
26
27
src_unpack() {
28
	unpack ${A}
29
	sed -i -e 's/err(1, ifr.ifr_name);/err(1, "%s", ifr.ifr_name);'/g ${S}/tools/athstats.c
26
}
30
}
27
31
28
src_compile() {
32
src_compile() {

Return to bug 78586