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

(-)/usr/portage/sys-apps/v86d/v86d-0.1_rc4.ebuild (-1 / +5 lines)
Lines 30-36 Link Here
30
30
31
src_compile() {
31
src_compile() {
32
	cd ${S}
32
	cd ${S}
33
	./configure --with-klibc
33
	if use x86; then
34
		./configure --with-klibc --with-x86emu
35
	else
36
		./configure --with-klibc
37
	fi
34
	make KDIR=${KV_DIR} || die
38
	make KDIR=${KV_DIR} || die
35
}
39
}
36
40

Return to bug 187779