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

(-)a/sci-electronics/magic/magic-8.0.207.ebuild (+6 lines)
Lines 34-39 src_prepare() { Link Here
34
	cd .. || die
34
	cd .. || die
35
35
36
	sed -i -e "s: -pg : :" tcltk/Makefile || die
36
	sed -i -e "s: -pg : :" tcltk/Makefile || die
37
38
	#required  for >=autoconf-2.70 (#775422)
39
	local ac_aux_file
40
	for ac_aux_file in install-sh config.guess config.sub ; do
41
		ln -s scripts/${ac_aux_file} ${ac_aux_file} || die
42
	done
37
}
43
}
38
44
39
src_configure() {
45
src_configure() {

Return to bug 775422