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

Collapse All | Expand All

(-)a/xrootconsole-0.6.ebuild (-2 / +3 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/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.3 2006/10/21 21:25:52 omp Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.3 2006/10/21 21:25:52 omp Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="A utility that displays its input in a text box on your root window"
7
DESCRIPTION="A utility that displays its input in a text box on your root window"
8
HOMEPAGE="http://de-fac.to/book/view/17"
8
HOMEPAGE="http://de-fac.to/book/view/17"
Lines 24-33 Link Here
24
	epatch "${FILESDIR}/${P}.noversion.patch"
24
	epatch "${FILESDIR}/${P}.noversion.patch"
25
	epatch "${FILESDIR}/${P}.makefile.patch"
25
	epatch "${FILESDIR}/${P}.makefile.patch"
26
	epatch "${FILESDIR}/${P}.manpage.patch"
26
	epatch "${FILESDIR}/${P}.manpage.patch"
27
	epatch "${FILESDIR}/${P}.qa-makefile.patch"
27
}
28
}
28
29
29
src_compile() {
30
src_compile() {
30
	emake || die "emake failed"
31
	emake CC="$(tc-getCC)" || die "emake failed"
31
}
32
}
32
33
33
src_install() {
34
src_install() {

Return to bug 241488