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

Collapse All | Expand All

(-)/usr/portage/sys-libs/ncurses/ncurses-6.0-r1.ebuild (+1 lines)
Lines 42-47 Link Here
42
src_prepare() {
42
src_prepare() {
43
	[[ -n ${PV_SNAP} ]] && epatch "${WORKDIR}"/${MY_P}-${PV_SNAP}-patch.sh
43
	[[ -n ${PV_SNAP} ]] && epatch "${WORKDIR}"/${MY_P}-${PV_SNAP}-patch.sh
44
	epatch "${PATCHES[@]}"
44
	epatch "${PATCHES[@]}"
45
	sed -i 's#char (\*f) ();#char (*volatile f) ();#g' "${S}"/configure "${S}"/*/configure
45
}
46
}
46
47
47
src_configure() {
48
src_configure() {

Return to bug 606142