equal
deleted
inserted
replaced
1 vim: cscope |
|
2 |
|
3 diff -r 31f1f97db373 source/apps/vim/FrugalBuild |
|
4 --- a/source/apps/vim/FrugalBuild Wed Feb 15 14:38:33 2012 +0100 |
|
5 +++ b/source/apps/vim/FrugalBuild Wed Feb 15 14:40:06 2012 +0100 |
|
6 @@ -51,7 +51,7 @@ |
|
7 |
|
8 if Fuse $USE_GUI; then |
|
9 # first build gvim |
|
10 - Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp |
|
11 + Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-cscope |
|
12 make DESTDIR=$Fdestdir VIMRTDIR= installvimbin |
|
13 Fmv /usr/bin/vim /usr/bin/gvim |
|
14 Fln /usr/bin/gvim /usr/bin/gview |
|
15 @@ -62,7 +62,7 @@ |
|
16 |
|
17 # now vim |
|
18 Fmake --localstatedir=/var/lib/$pkgname --disable-gpm --without-x \ |
|
19 - --prefix=/usr --enable-gui=no --enable-multibyte --enable-pythoninterp |
|
20 + --prefix=/usr --enable-gui=no --enable-multibyte --enable-pythoninterp --enable-cscope |
|
21 make DESTDIR=$Fdestdir VIMRTDIR= install || return 1 |
|
22 Fln vim /usr/bin/vi |
|
23 Fcp /usr/share/vim/vimrc_example.vim /usr/share/vim/vimrc |
|