View | Details | Raw Unified
Collapse All | Expand All

(-) libgnome-2.10.1-r1.ebuild (-1 / +3 lines)
 Lines 40-47    Link Here 
	# Adding switch to properly enable/disable esound support. See bug #6920.
	# Adding switch to properly enable/disable esound support. See bug #6920.
	epatch ${FILESDIR}/${P}-esd_switch.patch
	epatch ${FILESDIR}/${P}-esd_switch.patch
	export WANT_AUTOMAKE=1.7
	cp aclocal.m4 old_macros.m4
	einfo "Running aclocal"
	einfo "Running aclocal"
	aclocal || die "Aclocal failed"
	aclocal -I . || die "Aclocal failed"
	einfo "Running autoconf"
	einfo "Running autoconf"
	autoconf || die "Autoconf failed"
	autoconf || die "Autoconf failed"
}
}