master/vim.patch update
authorTomas Zeman <tzeman@volny.cz>
Wed, 15 Feb 2012 10:32:20 +0100
changeset 76 de0ae82f0458
parent 75 88f80741f8d8
child 78 282c2d005384
master/vim.patch update
vim.patch
--- a/vim.patch	Tue Dec 27 17:21:23 2011 +0100
+++ b/vim.patch	Wed Feb 15 10:32:20 2012 +0100
@@ -1,26 +1,24 @@
 vim: cscope
 
 diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild
-index ca6ccbb..7be96de 100644
+index 5a4a03e..ee5a166 100644
 --- a/source/apps/vim/FrugalBuild
 +++ b/source/apps/vim/FrugalBuild
-@@ -51,7 +51,8 @@ build()
- 
+@@ -39,7 +39,7 @@ build()
+ 	cd src
  	if Fuse $USE_GUI; then
  		# first build gvim
--		Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp
-+		Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp \
-+		--enable-cscope
+-		Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte
++		Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte --enable-cscope
  		make DESTDIR=$Fdestdir VIMRTDIR= installvimbin
  		Fmv /usr/bin/vim /usr/bin/gvim
  		Fln /usr/bin/gvim /usr/bin/gview
-@@ -62,7 +63,8 @@ build()
+@@ -50,7 +50,7 @@ build()
  
  	# now vim
- 	Fmake --localstatedir=/var/lib/$pkgname --disable-gpm --without-x \
--		--prefix=/usr --enable-gui=no --enable-multibyte --enable-pythoninterp
-+		--prefix=/usr --enable-gui=no --enable-multibyte --enable-pythoninterp \
-+		--enable-cscope
+ 	Fmake --localstatedir=/var/lib/$pkgname --disable-gpm --with-x=no \
+-		--prefix=/usr --enable-gui=no --enable-multibyte
++		--prefix=/usr --enable-gui=no --enable-multibyte --enable-cscope
  	make DESTDIR=$Fdestdir VIMRTDIR= install || return 1
  	Fln vim /usr/bin/vi
  	Fcp /usr/share/vim/vimrc_example.vim /usr/share/vim/vimrc