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

Collapse All | Expand All

(-)./mapserver-4.8.3.ebuild (-1 / +2 lines)
Lines 200-206 Link Here
200
200
201
	if use java; then
201
	if use java; then
202
		cd_script java ${step}
202
		cd_script java ${step}
203
		emake || die "Unable to build java mapscript"
203
		emake interface || die "Unable to build java mapscript"
204
		emake all || die "Unable to build java mapscript"
204
	fi
205
	fi
205
206
206
	#if use mono; then
207
	#if use mono; then

Return to bug 69417