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

Collapse All | Expand All

(-)/usr/portage/app-text/tesseract/tesseract-2.03.ebuild (+3 lines)
Lines 32-41 Link Here
32
	cd "${S}"
32
	cd "${S}"
33
33
34
	# Includes for gcc 4.3
34
	# Includes for gcc 4.3
35
	epatch "${FILESDIR}/includes.patch" || die
35
	epatch "${FILESDIR}/includes.patch" || die
36
36
37
	#gcc 4.4 fix
38
	epatch "${FILESDIR}/${P}-gcc4.4.patch" || die
39
37
	# Move language files
40
	# Move language files
38
	mv -f "${WORKDIR}"/tessdata/* tessdata/
41
	mv -f "${WORKDIR}"/tessdata/* tessdata/
39
42
40
	# Remove obsolete makefile, install target only in uppercase Makefile
43
	# Remove obsolete makefile, install target only in uppercase Makefile
41
	rm -f "${S}/java/makefile"
44
	rm -f "${S}/java/makefile"

Return to bug 269320