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

(-)gvim-9999.ebuild.orig (-1 / +1 lines)
Lines 250-256 Link Here
250
		myconf+=( --enable-gui=gtk2 )
250
		myconf+=( --enable-gui=gtk2 )
251
	elif use motif; then
251
	elif use motif; then
252
		einfo "Building gvim with the MOTIF GUI"
252
		einfo "Building gvim with the MOTIF GUI"
253
		myconf+=( --enable-gui=motif )
253
		myconf+=( --enable-gui=motif --with-motif-lib=/usr/lib64/libXm.so )
254
	elif use neXt; then
254
	elif use neXt; then
255
		einfo "Building gvim with the neXtaw GUI"
255
		einfo "Building gvim with the neXtaw GUI"
256
		myconf+=( --enable-gui=nextaw )
256
		myconf+=( --enable-gui=nextaw )

Return to bug 678864