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

Collapse All | Expand All

(-)dev-util/dmake/dmake-4.1-r1.ebuild (-6 / +8 lines)
Lines 1-27 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.21 2007/04/01 19:16:12 anant Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.21 2007/04/01 19:16:12 anant Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="Improved make"
7
DESCRIPTION="Improved make"
8
SRC_URI="http://public.activestate.com/gsar/${P}pl1-src.tar.gz"
8
SRC_URI="http://public.activestate.com/gsar/${P}pl1-src.tar.gz"
9
HOMEPAGE="http://tools.openoffice.org/dmake/"
9
HOMEPAGE="http://tools.openoffice.org/dmake/"
10
10
11
SLOT="0"
12
LICENSE="GPL-1"
11
LICENSE="GPL-1"
12
SLOT="0"
13
KEYWORDS="~amd64 ppc sparc x86"
13
KEYWORDS="~amd64 ppc sparc x86"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="sys-apps/groff"
16
DEPEND="sys-apps/groff"
17
RDEPEND=""
17
18
18
S=${WORKDIR}/${PN}
19
S="${WORKDIR}/${PN}"
19
20
20
src_unpack() {
21
src_unpack() {
21
	unpack ${A}
22
	unpack ${A}
22
	cd ${S}
23
	cd "${S}"
23
24
24
	epatch ${FILESDIR}/${PF}.diff
25
	epatch "${FILESDIR}/${PF}.diff"
26
	sed -i "s/gcc/$(tc-getCC) ${CFLAGS}/g" unix/linux/gnu/make.sh || die "sed failed"
25
}
27
}
26
28
27
src_compile() {
29
src_compile() {

Return to bug 240275