| author | Tomas Zeman <tzeman@volny.cz> |
| Wed, 08 Jul 2009 16:06:41 +0200 | |
| changeset 69 | e0b6a4bf5cbc |
| parent 66 | 05663d677628 |
| child 72 | 59fd95600a20 |
| permissions | -rw-r--r-- |
| 11 | 1 |
vim: cscope |
2 |
||
3 |
diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild |
|
|
66
05663d677628
vim.patch: refreshed to apply cleanly
Tomas Zeman <tzeman@volny.cz>
parents:
49
diff
changeset
|
4 |
index cc4bcca..5f0c1de 100644 |
| 11 | 5 |
--- a/source/apps/vim/FrugalBuild |
6 |
+++ b/source/apps/vim/FrugalBuild |
|
| 48 | 7 |
@@ -40,7 +40,7 @@ build() |
| 11 | 8 |
cd src |
| 48 | 9 |
if Fuse $USE_GUI; then |
10 |
# first build gvim |
|
11 |
- Fmake --with-x --enable-gui=gtk2 --enable-multibyte |
|
12 |
+ Fmake --with-x --enable-gui=gtk2 --enable-multibyte --enable-cscope |
|
13 |
make DESTDIR=$Fdestdir VIMRTDIR= installvimbin |
|
14 |
Fmv /usr/bin/vim /usr/bin/gvim |
|
15 |
Fln /usr/bin/gvim /usr/bin/gview |
|
16 |
@@ -51,7 +51,7 @@ build() |
|
| 11 | 17 |
|
18 |
# now vim |
|
19 |
Fmake --localstatedir=/var/lib/$pkgname --disable-gpm --with-x=no \ |
|
20 |
- --enable-gui=no --enable-multibyte |
|
21 |
+ --enable-gui=no --enable-multibyte --enable-cscope |
|
22 |
make DESTDIR=$Fdestdir VIMRTDIR= install || return 1 |
|
23 |
Fln vim /usr/bin/vi |
|
24 |
Fcp /usr/share/vim/vimrc_example.vim /usr/share/vim/vimrc |