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

(-)/usr/portage/dev-lisp/ecls/ecls-13.5.1-r1.ebuild (-2 / +7 lines)
Lines 47-52 Link Here
47
}
47
}
48
48
49
src_configure() {
49
src_configure() {
50
	local myeconf
51
	if [[ ${ELIBC} == "glibc" ]]; then
52
		myeconf=$(use_with threads __thread)
53
	fi
54
50
	econf \
55
	econf \
51
		--with-system-gmp \
56
		--with-system-gmp \
52
		--enable-boehm=system \
57
		--enable-boehm=system \
Lines 57-66 Link Here
57
		$(use_with debug debug-cflags) \
62
		$(use_with debug debug-cflags) \
58
		$(use_with sse) \
63
		$(use_with sse) \
59
		$(use_enable threads) \
64
		$(use_enable threads) \
60
		$(use_with threads __thread) \
61
		$(use_enable unicode) \
65
		$(use_enable unicode) \
62
		$(use_with X x) \
66
		$(use_with X x) \
63
		$(use_with X clx)
67
		$(use_with X clx) \
68
		${myeconf}
64
}
69
}
65
70
66
src_compile() {
71
src_compile() {

Return to bug 521186