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

Collapse All | Expand All

(-)old/php5_2-sapi.eclass (+5 lines)
Lines 388-393 Link Here
388
		fi
388
		fi
389
	fi
389
	fi
390
390
391
	# gettext patch for Gentoo/Prefix
392
	if [[ -n "${EPREFIX}" ]] ; then
393
		sed -e 's|/usr/local /usr|/usr/local /usr ${EPREFIX}/usr/local ${EPREFIX}/usr|g' -i ext/gettext/config.m4 || die "Failed to fix gettext include paths for prefix"
394
	fi
395
391
	# We are heavily patching autotools base files (configure.in) because
396
	# We are heavily patching autotools base files (configure.in) because
392
	# of suhosin etc., so let's regenerate the whole stuff now
397
	# of suhosin etc., so let's regenerate the whole stuff now
393
398

Return to bug 195765