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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- lash-0.5.4-r1.ebuild
0
++ lash-0.5.4-r1.ebuild
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit eutils libtool
7
inherit autotools eutils
8
8
9
DESCRIPTION="LASH Audio Session Handler"
9
DESCRIPTION="LASH Audio Session Handler"
10
HOMEPAGE="http://www.nongnu.org/lash/"
10
HOMEPAGE="http://www.nongnu.org/lash/"
Lines 27-33 Link Here
27
27
28
src_prepare() {
28
src_prepare() {
29
	epatch "${FILESDIR}/${P}-glibc2.8.patch"
29
	epatch "${FILESDIR}/${P}-glibc2.8.patch"
30
	elibtoolize
30
	epatch "${FILESDIR}/${P}-swig_version_comparison.patch"
31
	AT_M4DIR="m4" eautoreconf
31
}
32
}
32
33
33
src_configure() {
34
src_configure() {

Return to bug 391903