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

(-)lcms-1.13.ebuild.orig (-2 / +6 lines)
Lines 29-36 Link Here
29
29
30
	# fix build on amd64
30
	# fix build on amd64
31
	cd ${S}
31
	cd ${S}
32
	einfo "Running autoreconf..."
32
	einfo "Running autotools..."
33
	use ppc-macos || autoreconf
33
	if ! use ppc-macos; then
34
		aclocal
35
		libtoolize --force --copy
36
		autoconf
37
	fi
34
	einfo "Running libtoolize..."
38
	einfo "Running libtoolize..."
35
	elibtoolize
39
	elibtoolize
36
}
40
}

Return to bug 74442