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

(-)cdparanoia-3.9.8-r3.ebuild.orig (-1 / +2 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-sound/cdparanoia/cdparanoia-3.9.8-r3.ebuild,v 1.14 2006/05/05 16:07:31 tcort Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/cdparanoia/cdparanoia-3.9.8-r3.ebuild,v 1.14 2006/05/05 16:07:31 tcort Exp $
4
4
5
inherit eutils flag-o-matic gnuconfig linux-info
5
inherit eutils flag-o-matic gnuconfig linux-info toolchain-funcs
6
6
7
MY_P=${PN}-III-alpha9.8
7
MY_P=${PN}-III-alpha9.8
8
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
Lines 55-60 Link Here
55
}
55
}
56
56
57
src_compile() {
57
src_compile() {
58
	tc-export CC
58
	append-flags -I${S}/interface
59
	append-flags -I${S}/interface
59
	econf || die
60
	econf || die
60
	make OPT="${CFLAGS}" || die
61
	make OPT="${CFLAGS}" || die

Return to bug 132471