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

(-)a/dev-libs/chmlib/chmlib-0.40-r1.ebuild (-2 / +6 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit out-of-source
6
inherit autotools out-of-source
7
7
8
DESCRIPTION="Library for MS CHM (compressed html) file format"
8
DESCRIPTION="Library for MS CHM (compressed html) file format"
9
HOMEPAGE="http://www.jedrea.com/chmlib/"
9
HOMEPAGE="http://www.jedrea.com/chmlib/"
Lines 19-24 PATCHES=( Link Here
19
	"${FILESDIR}"/${P}-headers.patch
19
	"${FILESDIR}"/${P}-headers.patch
20
)
20
)
21
21
22
src_prepare() {
23
	default
24
	eautoreconf
25
}
26
22
my_src_configure() {
27
my_src_configure() {
23
	econf \
28
	econf \
24
		$(use_enable examples) \
29
		$(use_enable examples) \
25
- 

Return to bug 668408