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

Collapse All | Expand All

(-)/usr/portage/dev-libs/apr/apr-1.4.4.ebuild (-2 / +2 lines)
Lines 22-29 Link Here
22
22
23
src_prepare() {
23
src_prepare() {
24
	# Ensure that system libtool is used.
24
	# Ensure that system libtool is used.
25
	sed -e 's:${installbuilddir}/libtool:/usr/bin/libtool:' -i apr-config.in || die "sed failed"
25
	sed -e "s:${installbuilddir}/libtool:${ROOT}usr/bin/libtool:" -i apr-config.in || die "sed failed"
26
	sed -e 's:@LIBTOOL@:$(SHELL) /usr/bin/libtool:' -i build/apr_rules.mk.in || die "sed failed"
26
	sed -e "s:@LIBTOOL@:${ROOT}usr/bin/libtool:" -i build/apr_rules.mk.in || die "sed failed"
27
27
28
	AT_M4DIR="build" eautoreconf
28
	AT_M4DIR="build" eautoreconf
29
	elibtoolize
29
	elibtoolize

Return to bug 374355