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

Collapse All | Expand All

(-)nspluginwrapper-0.9.91.5-r1.ebuild (-1 / +7 lines)
Lines 23-30 DEPEND="${RDEPEND} Link Here
23
src_unpack() {
23
src_unpack() {
24
	unpack ${A}
24
	unpack ${A}
25
	cd "${S}"
25
	cd "${S}"
26
27
	epatch "${FILESDIR}/${P}-g_thread_init.patch" || die "epatch failed"
26
	epatch "${FILESDIR}/${P}-g_thread_init.patch" || die "epatch failed"
27
	#this patch need to be applied in source dir
28
	cd "${S}/src"
29
30
	# protect against segfaults for npconfig
31
	epatch "${FILESDIR}/0001-check-allocations-for-failure.patch" || die "epatch failed"
32
	# protect against segfaults for npviewer
33
	epatch "${FILESDIR}/0002-prevent-segfaults-in-libraries-crashing-npviewer.patch" || die "epatch failed"
28
}
34
}
29
35
30
src_compile() {
36
src_compile() {

Return to bug 212850