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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- eclass/perl-module.eclass
0
++ eclass/perl-module.eclass
Lines 205-210 Link Here
205
			|| die "./Build ${mytargets} failed"
205
			|| die "./Build ${mytargets} failed"
206
	elif [[ -f Makefile ]] ; then
206
	elif [[ -f Makefile ]] ; then
207
		emake ${myinst} ${mytargets} \
207
		emake ${myinst} ${mytargets} \
208
			OTHERLDFLAGS="${LDFLAGS}" \
208
			|| die "emake ${myinst} ${mytargets} failed"
209
			|| die "emake ${myinst} ${mytargets} failed"
209
	fi
210
	fi
210
211

Return to bug 233354