--- vim.eclass.orig 2005-10-21 02:05:40.000000000 +0900 +++ vim.eclass 2005-10-24 21:25:55.042979327 +0900 @@ -369,13 +369,20 @@ use debug && append-flags "-DDEBUG" fi - myconf="--with-features=huge \ - --enable-multibyte" + myconf="--enable-multibyte" myconf="${myconf} `use_enable cscope`" myconf="${myconf} `use_enable gpm`" myconf="${myconf} `use_enable perl perlinterp`" myconf="${myconf} `use_enable python pythoninterp`" myconf="${myconf} `use_enable ruby rubyinterp`" + + # see bug 110267 + if use ppc64 && use !vim-with-x; then + myconf="${myconf} --with-features=big" + else + myconf="${myconf} --with-features=huge" + fi + # tclinterp is broken; when you --enable-tclinterp flag, then # the following command never returns: # VIMINIT='let OS=system("uname -s")' vim