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

Collapse All | Expand All

(-)/usr/portage/sys-apps/texinfo/texinfo-4.8-r3.ebuild (+5 lines)
Lines 42-47 Link Here
42
42
43
	econf ${myconf} || die
43
	econf ${myconf} || die
44
44
45
	# Cross-compile workaround #133429
46
	if tc-is-cross-compiler ; then
47
		emake -C tools || die "emake tools"
48
	fi
49
45
	# work around broken dependency's in info/Makefile.am #85540
50
	# work around broken dependency's in info/Makefile.am #85540
46
	emake -C lib || die "emake lib"
51
	emake -C lib || die "emake lib"
47
	emake -C info makedoc || die "emake makedoc"
52
	emake -C info makedoc || die "emake makedoc"

Return to bug 133429