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

Collapse All | Expand All

(-)swi-prolog-5.6.2.ebuild.orig (-1 / +2 lines)
Lines 37-42 Link Here
37
	unpack ${A}
37
	unpack ${A}
38
	cd "${S}"
38
	cd "${S}"
39
39
40
	sed -i -e "s/man boot library/boot library/" src/Makefile.in
40
	epatch "${FILESDIR}"/${P}-threads.patch
41
	epatch "${FILESDIR}"/${P}-threads.patch
41
	epatch "${FILESDIR}"/${P}-test.patch
42
	epatch "${FILESDIR}"/${P}-test.patch
42
43
Lines 98-104 Link Here
98
			$(use_with X xpce) \
99
			$(use_with X xpce) \
99
			|| die "packages econf failed"
100
			|| die "packages econf failed"
100
101
101
		emake || die "packages emake failed"
102
		emake -j1 || die "packages emake failed"
102
	fi
103
	fi
103
}
104
}
104
105

Return to bug 116567