Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60424 | Differences between
and this patch

Collapse All | Expand All

(-)madwifi-driver-0.1_pre20040824.ebuild (+4 lines)
Lines 40-45 Link Here
40
			sed -i -e "s:SUBDIRS=:M=:" ${S}/${dir}/Makefile
40
			sed -i -e "s:SUBDIRS=:M=:" ${S}/${dir}/Makefile
41
		done
41
		done
42
	fi
42
	fi
43
	if kernel-mod_is_2_6_kernel && [ ${KV_PATCH} -gt 7 ]; then
44
		# fix compilation error in proc_dointvec (#60424)
45
		epatch ${FILESDIR}/proc_dointvec.patch
46
	fi
43
}
47
}
44
48
45
src_compile() {
49
src_compile() {

Return to bug 60424