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

Collapse All | Expand All

(-)/usr/portage/dev-libs/boost/boost-1.47.0.ebuild (+1 lines)
Lines 85-90 Link Here
85
85
86
src_prepare() {
86
src_prepare() {
87
	epatch "${FILESDIR}/remove-toolset-${PV}.patch"
87
	epatch "${FILESDIR}/remove-toolset-${PV}.patch"
88
	epatch "${FILESDIR}/boost-1.47.0-exceptions.patch" || die "patch failed"
88
89
89
	# This enables building the boost.random library with /dev/urandom support
90
	# This enables building the boost.random library with /dev/urandom support
90
	if [[ -e /dev/urandom ]] ; then
91
	if [[ -e /dev/urandom ]] ; then

Return to bug 386097