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

Collapse All | Expand All

(-)www-client/mozilla-firefox/mozilla-firefox-1.5-r9.ebuild.orig (+4 lines)
Lines 29-34 Link Here
29
IUSE="java mozdevelop"
29
IUSE="java mozdevelop"
30
30
31
RDEPEND="java? ( virtual/jre )
31
RDEPEND="java? ( virtual/jre )
32
	>=dev-libs/nspr-4.4.1-r2
33
	>=dev-libs/nss-3.9.2-r3
32
	>=www-client/mozilla-launcher-1.39"
34
	>=www-client/mozilla-launcher-1.39"
33
35
34
DEPEND="${RDEPEND}
36
DEPEND="${RDEPEND}
Lines 59-64 Link Here
59
	# Apply our patches
61
	# Apply our patches
60
	cd ${S} || die "cd failed"
62
	cd ${S} || die "cd failed"
61
	epatch ${WORKDIR}/patch/*
63
	epatch ${WORKDIR}/patch/*
64
	epatch ${FILESDIR}/${PV}/system-nss.patch
65
	epatch ${FILESDIR}/${PV}/system-nss-gentoo.patch
62
66
63
	# Fix a compilation issue using the 32-bit userland with 64-bit kernel on
67
	# Fix a compilation issue using the 32-bit userland with 64-bit kernel on
64
	# PowerPC, because with that configuration, it detects a ppc64 system.
68
	# PowerPC, because with that configuration, it detects a ppc64 system.

Return to bug 120423