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

(-)vim.eclass.orig (-2 / +9 lines)
Lines 369-381 Link Here
369
			use debug && append-flags "-DDEBUG"
369
			use debug && append-flags "-DDEBUG"
370
		fi
370
		fi
371
371
372
		myconf="--with-features=huge \
372
		myconf="--enable-multibyte"
373
			--enable-multibyte"
374
		myconf="${myconf} `use_enable cscope`"
373
		myconf="${myconf} `use_enable cscope`"
375
		myconf="${myconf} `use_enable gpm`"
374
		myconf="${myconf} `use_enable gpm`"
376
		myconf="${myconf} `use_enable perl perlinterp`"
375
		myconf="${myconf} `use_enable perl perlinterp`"
377
		myconf="${myconf} `use_enable python pythoninterp`"
376
		myconf="${myconf} `use_enable python pythoninterp`"
378
		myconf="${myconf} `use_enable ruby rubyinterp`"
377
		myconf="${myconf} `use_enable ruby rubyinterp`"
378
379
		# see bug 110267
380
		if use ppc64 && use !vim-with-x; then
381
			myconf="${myconf} --with-features=big"
382
		else
383
			myconf="${myconf} --with-features=huge"
384
		fi
385
379
		# tclinterp is broken; when you --enable-tclinterp flag, then
386
		# tclinterp is broken; when you --enable-tclinterp flag, then
380
		# the following command never returns:
387
		# the following command never returns:
381
		#   VIMINIT='let OS=system("uname -s")' vim
388
		#   VIMINIT='let OS=system("uname -s")' vim

Return to bug 110267