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

Collapse All | Expand All

(-)iverilog-0.9.1.ebuild (+4 lines)
Lines 33-38 Link Here
33
	sed -i -e 's/@shared@/@shared@ $(LDFLAGS)/' {cadpli,tgt-vhdl,tgt-null,tgt-stub,tgt-vvp}/Makefile.in || die "sed failed"
33
	sed -i -e 's/@shared@/@shared@ $(LDFLAGS)/' {cadpli,tgt-vhdl,tgt-null,tgt-stub,tgt-vvp}/Makefile.in || die "sed failed"
34
}
34
}
35
35
36
src_compile() {
37
	emake -j1 || die "make failed"
38
}
39
36
src_install() {
40
src_install() {
37
	emake -j1 \
41
	emake -j1 \
38
		prefix="${D}"/usr \
42
		prefix="${D}"/usr \

Return to bug 294543