Comment 2 for bug 297402

Revision history for this message
Viridior (jacobgalbreath) wrote :

From http://bugs.gentoo.org/196041

added lines to texinfo-*.ebuild:
src_compile() {
        use static && append-ldflags -static
        econf $(use_enable nls) || die
+ if tc-is-cross-compiler; then
+ emake -C tools/gnulib/lib || die "emake -C tools/gnulib/lib"
+ fi
        emake || die "emake"
}

works, added to pandora portage as texinfo-4.11-r2.ebuild