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

Collapse All | Expand All

(-)scrollkeeper-0.3.14-r1.ebuild (-9 / +2 lines)
Lines 28-49 Link Here
28
	cd ${S}
28
	cd ${S}
29
	epatch ${FILESDIR}/${P}-gentoo.patch
29
	epatch ${FILESDIR}/${P}-gentoo.patch
30
	epatch ${FILESDIR}/${P}-gcc2_fix.patch
30
	epatch ${FILESDIR}/${P}-gcc2_fix.patch
31
	epatch ${FILESDIR}/${P}-nls.patch
31
}
32
}
32
33
33
src_compile() {
34
src_compile() {
34
	elibtoolize
35
	elibtoolize
35
36
36
	local myconf=""
37
38
	use nls || {
39
		myconf="${myconf} --disable-nls"
40
		# Not existing can cause ./configure to fail in some cases.
41
		touch ${S}/intl/libintl.h
42
	}
43
44
45
	econf \
37
	econf \
46
		--localstatedir=/var \
38
		--localstatedir=/var \
39
		$(use_enable nls) \
47
		${myconf} || die
40
		${myconf} || die
48
	emake || die
41
	emake || die
49
}
42
}

Return to bug 103386