vim.patch
author Tomas Zeman <tzeman@volny.cz>
Thu, 05 Jun 2008 16:15:42 +0200
changeset 29 bb8dbd2d57f5
parent 11 9f637dca5586
child 41 9d5d71ed862a
child 48 ad007ca04674
permissions -rw-r--r--
diet-qmail-autoresponder: 0.96.2 -> 0.97

vim: cscope

diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild
index 7fc0f07..3b7940c 100644
--- a/source/apps/vim/FrugalBuild
+++ b/source/apps/vim/FrugalBuild
@@ -20,7 +20,7 @@ sha1sums=('981e1acecc4d8f15680b6e160de84aed038d857d' \
           'f7262c7429c42b7c1ef9cf1eaa6aa12292933525' \
           '50e139d94557b2ca361fed2130af103c47a8d654' \
           'b9e10d7c38b57798929bc184431cc79c21b7af75' \
-          '8a695e1126830bc5318232d6eaddedf28aaa5b66' \
+          '8b1320d4344b93c66b3d66bb546113c5cd97c143' \
           '87ee68d607022d1dea8496c9a6a88185040d292e')
 
 subpkgs=('gvim')
@@ -36,7 +36,7 @@ build()
 	Fpatch 7.1.039
 	cd src
 	# first build gvim
-	Fmake --with-x --enable-gui=gtk2 --enable-multibyte
+	Fmake --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
@@ -46,7 +46,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
 	make DESTDIR=$Fdestdir VIMRTDIR= install || return 1
 	Fln vim /usr/bin/vi
 	Fcp /usr/share/vim/vimrc_example.vim /usr/share/vim/vimrc