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

Collapse All | Expand All

(-)gmyth-0.7.ebuild.orig (-1 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.7 2009/05/21 19:01:52 ranger Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.7 2009/05/21 19:01:52 ranger Exp $
4
4
5
inherit libtool
5
inherit libtool autotools eutils
6
6
7
IUSE="debug"
7
IUSE="debug"
8
LICENSE="LGPL-2"
8
LICENSE="LGPL-2"
Lines 20-25 Link Here
20
20
21
S="${WORKDIR}/${PN}"
21
S="${WORKDIR}/${PN}"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd "${S}"
26
	epatch "${FILESDIR}/${P}-as-needed.patch"
27
	AT_M4DIR="m4" eautoreconf
28
}
29
23
src_compile() {
30
src_compile() {
24
	econf   $(use_enable debug)
31
	econf   $(use_enable debug)
25
	emake || die "emake failed."
32
	emake || die "emake failed."

Return to bug 247748