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

Collapse All | Expand All

(-)apr-1.3.0.ebuild.old (-2 / +3 lines)
Lines 25-31 Link Here
25
	# configure.in exist, so we remove all references and include every
25
	# configure.in exist, so we remove all references and include every
26
	# .m4 file in build using aclocal via eautoreconf
26
	# .m4 file in build using aclocal via eautoreconf
27
	# See bug 135463
27
	# See bug 135463
28
	sed -i -e '/sinclude/d' configure.in
28
	sed -i -e '/sinclude/d' -e 's:LT_VERSION:LLT_VERSION:' -e '/RM, rm/d' configure.in
29
	rm "${S}"/build/libtool.m4
29
	AT_M4DIR="build" eautoreconf
30
	AT_M4DIR="build" eautoreconf
30
31
31
	epatch "${FILESDIR}"/config.layout.patch
32
	epatch "${FILESDIR}"/config.layout.patch
Lines 62-68 Link Here
62
		${myconf}
64
		${myconf}
63
65
64
	# Make sure we use the system libtool
66
	# Make sure we use the system libtool
65
	sed -i 's,$(apr_builddir)/libtool,/usr/bin/libtool,' "${S}"/build/apr_rules.mk
67
	sed -i 's,$(top_builddir)/libtool,/usr/bin/libtool,' "${S}"/build/apr_rules.mk
66
	sed -i 's,${installbuilddir}/libtool,/usr/bin/libtool,' "${S}"/apr-1-config
68
	sed -i 's,${installbuilddir}/libtool,/usr/bin/libtool,' "${S}"/apr-1-config
67
	rm -f "${S}"/libtool
69
	rm -f "${S}"/libtool
68
70

Return to bug 225983