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

Collapse All | Expand All

(-)python-2.6.2.ebuild (+4 lines)
Lines 66-71 Link Here
66
66
67
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
67
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
68
68
69
	# Compilation of the ctypes extension fails for archs that do not have FFI_CLOSURES.
70
	# This fixes the compilation and makes ctypes also available to those archs.
71
	epatch "${FILESDIR}"/${P}-enable-ctypes-module.patch
72
69
	sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
73
	sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
70
		Lib/distutils/command/install.py \
74
		Lib/distutils/command/install.py \
71
		Lib/distutils/sysconfig.py \
75
		Lib/distutils/sysconfig.py \

Return to bug 269098