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

(-)nspr-4.4.1-r2.ebuild (-1 / +4 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/dev-libs/nspr/nspr-4.4.1-r2.ebuild,v 1.12 2005/02/06 10:40:07 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.4.1-r2.ebuild,v 1.12 2005/02/06 10:40:07 vapier Exp $
4
4
5
inherit eutils
5
inherit eutils gnuconfig
6
6
7
DESCRIPTION="Netscape Portable Runtime"
7
DESCRIPTION="Netscape Portable Runtime"
8
HOMEPAGE="http://www.mozilla.org/projects/nspr/"
8
HOMEPAGE="http://www.mozilla.org/projects/nspr/"
Lines 30-35 Link Here
30
	epatch ${FILESDIR}/${PN}-${PV}-ppc64.patch
30
	epatch ${FILESDIR}/${PN}-${PV}-ppc64.patch
31
}
31
}
32
src_compile() {
32
src_compile() {
33
	cd ${S}
34
	gnuconfig_update
35
33
	cd ${S}/build
36
	cd ${S}/build
34
	../mozilla/nsprpub/configure \
37
	../mozilla/nsprpub/configure \
35
		--host=${CHOST} \
38
		--host=${CHOST} \

Return to bug 99975