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

Collapse All | Expand All

(-)octave-forge.eclass.orig~ (-1 / +4 lines)
Lines 203-209 Link Here
203
203
204
octave-forge_src_compile() {
204
octave-forge_src_compile() {
205
	cd "${S}"/src
205
	cd "${S}"/src
206
	econf || die "configure failed"
206
	# not all packages have a configure script
207
	if [[ -f configure ]] ; then
208
		econf || die "configure failed"
209
	fi
207
	emake || die "make failed"
210
	emake || die "make failed"
208
}
211
}
209
212

Return to bug 179885