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

(-)capi4k-utils-20050718-r5.ebuild.orig (+7 lines)
Lines 103-111 Link Here
103
}
103
}
104
104
105
src_configure() {
105
src_configure() {
106
	# bugs 468662 and 468666 - we NEED to redefine AR and CC both with tc-export and at compile phase
107
	tc-export AR CC
106
	emake subconfig || die "emake subconfig failed"
108
	emake subconfig || die "emake subconfig failed"
107
}
109
}
108
110
111
src_compile() {
112
	# bug 468662 and 468666 - we NEED to redefine AR and CC both with tc-export and at compile phase
113
	emake AR="$(tc-getAR)" CC="$(tc-getCC)" || die "emake failed"
114
}
115
109
src_install() {
116
src_install() {
110
	emake DESTDIR="${D}" install || die "emake install failed"
117
	emake DESTDIR="${D}" install || die "emake install failed"
111
118

Return to bug 468662