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

(-)boot0-9.0.ebuild.orig (+5 lines)
Lines 39-44 Link Here
39
		-i "${S}"/i386/gptboot/Makefile \
39
		-i "${S}"/i386/gptboot/Makefile \
40
		-i "${S}"/i386/gptzfsboot/Makefile \
40
		-i "${S}"/i386/gptzfsboot/Makefile \
41
		-i "${S}"/i386/zfsboot/Makefile || die
41
		-i "${S}"/i386/zfsboot/Makefile || die
42
43
	sed -i -e '/-m elf_i386_fbsd/d' "${S}"/i386/Makefile.inc || die
44
	for dir in boot2 gptboot zfsboot gptzfsboot; do
45
		sed -i -e 's:^LDFLAGS=\(.*\):LDFLAGS=\1 -m elf_i386_fbsd:' "${S}"/i386/${dir}/Makefile || die
46
	done
42
}
47
}
43
48
44
src_compile() {
49
src_compile() {

Return to bug 419503