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

(-)/usr/portage/dev-libs/nss/nss-3.12.10.ebuild (+4 lines)
Lines 51-56 Link Here
51
		lib/ssl/config.mk || die
51
		lib/ssl/config.mk || die
52
	sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \
52
	sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \
53
		cmd/platlibs.mk || die
53
		cmd/platlibs.mk || die
54
55
	# copy Linux2.6.mk to Linux3.0.mk if the latter doesn't exist
56
	test -f "${S}"/mozilla/security/coreconf/Linux3.0.mk ||
57
		cp "${S}"/mozilla/security/coreconf/Linux2.6.mk "${S}"/mozilla/security/coreconf/Linux3.0.mk
54
}
58
}
55
59
56
src_compile() {
60
src_compile() {

Return to bug 372001