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

(-)test/dev-tcltk/blt/blt-2.4z-r5.ebuild (-1 / +1 lines)
Lines 44-50 Link Here
44
	# bug 167934
44
	# bug 167934
45
	append-flags -fPIC
45
	append-flags -fPIC
46
46
47
	econf --with-blt=/usr/$(get_libdir) || die "./configure failed"
47
	econf --with-blt=${EROOT}/usr/$(get_libdir) || die "./configure failed"
48
	# parallel borks
48
	# parallel borks
49
	emake -j1 || die "emake failed"
49
	emake -j1 || die "emake failed"
50
}
50
}

Return to bug 290634