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

Collapse All | Expand All

(-)/usr/portage/dev-lang/python/python-3.2.5-r1.ebuild (+2 lines)
Lines 158-163 Link Here
158
158
159
		# The configure script assumes it's buggy when cross-compiling.
159
		# The configure script assumes it's buggy when cross-compiling.
160
		export ac_cv_buggy_getaddrinfo=no
160
		export ac_cv_buggy_getaddrinfo=no
161
		export ac_cv_computed_gotos=yes
161
		export ac_cv_have_long_long_format=yes
162
		export ac_cv_have_long_long_format=yes
162
	fi
163
	fi
163
164
Lines 219-224 Link Here
219
				egrep -v '(unicodedata|time|cStringIO|_struct|binascii)'
220
				egrep -v '(unicodedata|time|cStringIO|_struct|binascii)'
220
		) \
221
		) \
221
		PTHON_DISABLE_SSL="1" \
222
		PTHON_DISABLE_SSL="1" \
223
		CFLAGS="${BUILD_CFLAGS}" \
222
		SYSROOT= \
224
		SYSROOT= \
223
		emake
225
		emake
224
		# See comment in src_configure about these.
226
		# See comment in src_configure about these.

Return to bug 471804