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

Collapse All | Expand All

(-)sablotron-0.95.ebuild (+6 lines)
Lines 16-23 Link Here
16
		>=dev-libs/expat-1.95.1 
16
		>=dev-libs/expat-1.95.1 
17
		virtual/glibc"
17
		virtual/glibc"
18
18
19
src_unpack() {
20
        unpack ${A}
21
	cd ${S}/src/engine
22
	patch <${FILESDIR}/${P}-gentoo.patch || die
23
}
19
24
20
src_compile() {
25
src_compile() {
26
	cd ${S}
21
	econf || die
27
	econf || die
22
	emake || die
28
	emake || die
23
}
29
}

Return to bug 4908