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

Collapse All | Expand All

(-)wmdl-1.4.1.ebuild.orig (-5 / +5 lines)
Lines 2-10 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-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.14 2007/07/22 05:12:49 dberkholz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.14 2007/07/22 05:12:49 dberkholz Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
IUSE=""
8
DESCRIPTION="WindowMaker Doom Load dockapp"
7
DESCRIPTION="WindowMaker Doom Load dockapp"
9
HOMEPAGE="http://the.homepage.doesnt.appear.to.exist.anymore.com"
8
HOMEPAGE="http://the.homepage.doesnt.appear.to.exist.anymore.com"
10
SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/distfiles/${P}.tar.gz"
9
SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/distfiles/${P}.tar.gz"
Lines 12-17 Link Here
12
LICENSE="GPL-2"
11
LICENSE="GPL-2"
13
SLOT="0"
12
SLOT="0"
14
KEYWORDS="amd64 ppc ~sparc x86"
13
KEYWORDS="amd64 ppc ~sparc x86"
14
IUSE=""
15
15
16
RDEPEND="x11-libs/libX11
16
RDEPEND="x11-libs/libX11
17
	x11-libs/libXext
17
	x11-libs/libXext
Lines 22-34 Link Here
22
22
23
src_unpack() {
23
src_unpack() {
24
	unpack ${A}
24
	unpack ${A}
25
	cd ${S}
25
	cd "${S}"
26
	epatch ${FILESDIR}/makefile.diff
26
	epatch "${FILESDIR}"/makefile.diff
27
27
28
}
28
}
29
29
30
src_compile() {
30
src_compile() {
31
	make || die "parallel make failed"
31
	emake CC="$(tc-getCC)" || die "parallel make failed"
32
}
32
}
33
33
34
src_install() {
34
src_install() {

Return to bug 215651