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

(-)a/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild (+6 lines)
Lines 84-89 src_prepare() { Link Here
84
src_configure() {
84
src_configure() {
85
	# sdbinutils subdir doesn't pass down --docdir properly, so need to
85
	# sdbinutils subdir doesn't pass down --docdir properly, so need to
86
	# expand $(datarootdir) ourselves.
86
	# expand $(datarootdir) ourselves.
87
	unset ARCH
87
	econf \
88
	econf \
88
		ac_cv_prog_AR="$(tc-getAR)" \
89
		ac_cv_prog_AR="$(tc-getAR)" \
89
		ac_cv_prog_AS="$(tc-getAS)" \
90
		ac_cv_prog_AS="$(tc-getAS)" \
Lines 116-121 src_configure() { Link Here
116
		--without-ccache
117
		--without-ccache
117
}
118
}
118
119
120
src_compile() {
121
	unset ARCH
122
	default
123
}
124
119
src_install() {
125
src_install() {
120
	default
126
	default
121
	dodoc doc/*.txt
127
	dodoc doc/*.txt

Return to bug 682086