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

Collapse All | Expand All

(-)git-1.8.1.2.ebuild.orig (-1 / +3 lines)
Lines 310-316 Link Here
310
310
311
	if use subversion ; then
311
	if use subversion ; then
312
		cd "${S}"/contrib/svn-fe
312
		cd "${S}"/contrib/svn-fe
313
		git_emake || die "emake svn-fe failed"
313
		local EXTLIBS
314
		[[ ${CHOST} = *-darwin* ]] && EXTLIBS="-lintl"
315
		git_emake EXTLIBS="${EXTLIBS}" || die "emake svn-fe failed"
314
		if use doc ; then
316
		if use doc ; then
315
			git_emake svn-fe.{1,html} || die "emake svn-fe.1 svn-fe.html failed"
317
			git_emake svn-fe.{1,html} || die "emake svn-fe.1 svn-fe.html failed"
316
		fi
318
		fi

Return to bug 450088