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

(-)tesseract-2.04-r1.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils
7
inherit flag-o-matic eutils
8
8
9
DESCRIPTION="An OCR Engine that was developed at HP and now at Google"
9
DESCRIPTION="An OCR Engine that was developed at HP and now at Google"
10
HOMEPAGE="http://code.google.com/p/tesseract-ocr/"
10
HOMEPAGE="http://code.google.com/p/tesseract-ocr/"
Lines 52-57 Link Here
52
}
52
}
53
53
54
src_configure() {
54
src_configure() {
55
	use amd64 && append-cxxflags -fPIC
56
55
	econf $(use_with tiff libtiff) \
57
	econf $(use_with tiff libtiff) \
56
		--disable-dependency-tracking
58
		--disable-dependency-tracking
57
}
59
}

Return to bug 297553