Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334717
Collapse All | Expand All

(-)demolition-0.9.ebuild.orig (+8 lines)
Lines 2-7 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-sound/demolition/demolition-0.9.ebuild,v 1.8 2008/10/08 09:52:21 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/demolition/demolition-0.9.ebuild,v 1.8 2008/10/08 09:52:21 flameeyes Exp $
4
4
5
EAPI="2"
6
5
IUSE=""
7
IUSE=""
6
8
7
S="${WORKDIR}/demolition"
9
S="${WORKDIR}/demolition"
Lines 18-23 Link Here
18
	 media-libs/ladspa-sdk"
20
	 media-libs/ladspa-sdk"
19
DEPEND="${RDEPEND}"
21
DEPEND="${RDEPEND}"
20
22
23
inherit toolchain-funcs
24
25
src_configure(){
26
	sed -i Makefile -e "s:gcc:$(tc-getCC) ${LDFLAGS} :" || die "sed Makefile failed"
27
}
28
21
src_compile() {
29
src_compile() {
22
	emake || die "emake failed"
30
	emake || die "emake failed"
23
}
31
}

Return to bug 334717