View | Details | Raw Unified
Collapse All | Expand All

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