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

(-)nss-3.12.10.ebuild (+2 lines)
Lines 26-31 src_prepare() { Link Here
26
	epatch "${FILESDIR}/${PN}-3.12.6-gentoo-fixup-warnings.patch"
26
	epatch "${FILESDIR}/${PN}-3.12.6-gentoo-fixup-warnings.patch"
27
27
28
	cd "${S}"/mozilla/security/coreconf
28
	cd "${S}"/mozilla/security/coreconf
29
	[ -r "Linux3.0.mk" ] || ln -s Linux2.6.mk Linux3.0.mk
30
29
	# hack nspr paths
31
	# hack nspr paths
30
	echo 'INCLUDES += -I'"${EPREFIX}"'/usr/include/nspr -I$(DIST)/include/dbm' \
32
	echo 'INCLUDES += -I'"${EPREFIX}"'/usr/include/nspr -I$(DIST)/include/dbm' \
31
		>> headers.mk || die "failed to append include"
33
		>> headers.mk || die "failed to append include"

Return to bug 375221