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

Collapse All | Expand All

(-)a/dev-util/boost-build/boost-build-1.52.0-r1.ebuild (-2 / +4 lines)
Lines 88-94 src_compile() { Link Here
88
		toolset=cc
88
		toolset=cc
89
	fi
89
	fi
90
90
91
	CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python python "${EROOT}"/usr) || die "building bjam failed"
91
	CC=$(tc-getCC) ./build.sh ${toolset} -d+2 \
92
		$(use_with python python-include "${EROOT}"/usr/include) \
93
		$(use_with python python-lib "${EROOT}"/usr/$(get_libdir) ) \
94
		|| die "building bjam failed"
92
}
95
}
93
96
94
src_install() {
97
src_install() {
95
- 

Return to bug 505694