Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 398855
Collapse All | Expand All

(-)a/dev-libs/xalan-c/xalan-c-1.11.0_pre1153059.ebuild (-5 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit toolchain-funcs eutils flag-o-matic multilib
7
inherit toolchain-funcs eutils multilib
8
8
9
DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types"
9
DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types"
10
HOMEPAGE="http://xml.apache.org/xalan-c/"
10
HOMEPAGE="http://xml.apache.org/xalan-c/"
Lines 62-73 src_configure() { Link Here
62
	local thread="none"
62
	local thread="none"
63
	use threads && thread="pthread"
63
	use threads && thread="pthread"
64
64
65
	local bitstobuild="32"
66
	$(has_m64) && bitstobuild="64"
67
68
	./runConfigure -p ${target} -c "$(tc-getCC)" -x "$(tc-getCXX)" \
65
	./runConfigure -p ${target} -c "$(tc-getCC)" -x "$(tc-getCXX)" \
69
		-m ${mloader} -t ${transcoder} \
66
		-m ${mloader} -t ${transcoder} \
70
		-r ${thread} -b ${bitstobuild} > configure.vars || die "runConfigure failed"
67
		-r ${thread} > configure.vars || die "runConfigure failed"
71
68
72
	eval $(grep export configure.vars)
69
	eval $(grep export configure.vars)
73
70

Return to bug 398855