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

Collapse All | Expand All

(-)gawk-3.1.4.ebuild.orig (-1 / +4 lines)
Lines 25-31 src_unpack() { Link Here
25
25
26
	cd ${S}
26
	cd ${S}
27
	# support for dec compiler.
27
	# support for dec compiler.
28
	[[ $(tc-getCC) == "ccc" ]] && epatch ${FILESDIR}/${PN}-3.1.2-dec-alpha-compiler.diff
28
	[[ $(tc-getCC) == "ccc" ]] && epatch ${FILESDIR}/${P}-3.1.2-dec-alpha-compiler.diff
29
30
	# dfacache fix
31
	epatch ${FILESDIR}/${P}-dfacache.patch
29
}
32
}
30
33
31
src_compile() {
34
src_compile() {

Return to bug 78227