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

Return to bug 269098