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

Collapse All | Expand All

(-)vim.eclass (-1 / +10 lines)
Lines 475-483 Link Here
475
	# Let Portage do the stripping. Some people like that.
475
	# Let Portage do the stripping. Some people like that.
476
	export ac_cv_prog_STRIP="$(type -P true ) faking strip"
476
	export ac_cv_prog_STRIP="$(type -P true ) faking strip"
477
477
478
	# We have much more cooler tools in our prefix than /usr/local
478
	# Keep Gentoo Prefix env contained within the EPREFIX
479
	use prefix && myconf="${myconf} --without-local-dir"
479
	use prefix && myconf="${myconf} --without-local-dir"
480
480
481
	if [[ ${MY_PN} == "*vim" ]] ; then
482
		if [[ ${CHOST} == *-interix* ]]; then
483
			# avoid finding of this function, to avoid having to patch either
484
			# configure or the source, which would be much more hackish.
485
			# after all vim does it right, only interix is badly broken (again)
486
			export ac_cv_func_sigaction=no
487
		fi
488
	fi
489
481
	myconf="${myconf} --with-modified-by=Gentoo-${PVR}"
490
	myconf="${myconf} --with-modified-by=Gentoo-${PVR}"
482
	econf ${myconf} || die "vim configure failed"
491
	econf ${myconf} || die "vim configure failed"
483
}
492
}

Return to bug 310991