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

(-)python-2.3.4.ebuild.orig (+5 lines)
Lines 112-117 Link Here
112
		&& myconf="${myconf} --enable-unicode=ucs2" \
112
		&& myconf="${myconf} --enable-unicode=ucs2" \
113
		|| myconf="${myconf} --enable-unicode=ucs4"
113
		|| myconf="${myconf} --enable-unicode=ucs4"
114
114
115
	# use --with-wctype-functions for tr_TR[.UTF-8]
116
	if use wchar; then
117
		myconf="${myconf} --with-wctype-functions"
118
	fi
119
115
	src_configure
120
	src_configure
116
121
117
	econf --with-fpectl \
122
	econf --with-fpectl \

Return to bug 69322