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

Collapse All | Expand All

(-)/home/rodrigo/temp/leptonica-1.68.ebuild (+2 lines)
Lines 33-38 Link Here
33
		awk '/<\/pre>/{s--} {if (s) print $0} /<pre>/{s++}' \
33
		awk '/<\/pre>/{s--} {if (s) print $0} /<pre>/{s++}' \
34
			${_docf}.html > ${_docf} || die 'awk failed.'
34
			${_docf}.html > ${_docf} || die 'awk failed.'
35
	done
35
	done
36
37
	epatch "${FILESDIR}"/${P}-zlib-include.patch
36
}
38
}
37
39
38
src_configure() {
40
src_configure() {

Return to bug 297101