master/vim.patch: refresh
authorTomas Zeman <tzeman@volny.cz>
Wed, 13 Oct 2010 10:01:08 +0200
changeset 72 59fd95600a20
parent 71 a8cd03510cf1
child 73 8eb3a5050543
master/vim.patch: refresh
vim.patch
--- a/vim.patch	Wed Oct 13 09:39:52 2010 +0200
+++ b/vim.patch	Wed Oct 13 10:01:08 2010 +0200
@@ -1,24 +1,24 @@
 vim: cscope
 
 diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild
-index cc4bcca..5f0c1de 100644
+index 5a4a03e..ee5a166 100644
 --- a/source/apps/vim/FrugalBuild
 +++ b/source/apps/vim/FrugalBuild
-@@ -40,7 +40,7 @@ build()
+@@ -39,7 +39,7 @@ build()
  	cd src
  	if Fuse $USE_GUI; then
  		# first build gvim
--		Fmake --with-x --enable-gui=gtk2 --enable-multibyte
-+		Fmake --with-x --enable-gui=gtk2 --enable-multibyte --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
-@@ -51,7 +51,7 @@ build()
+@@ -50,7 +50,7 @@ build()
  
  	# now vim
  	Fmake --localstatedir=/var/lib/$pkgname --disable-gpm --with-x=no \
--		--enable-gui=no --enable-multibyte
-+		--enable-gui=no --enable-multibyte --enable-cscope
+-		--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