]> git.pld-linux.org Git - packages/vim.git/blob - vim-lib64.patch
- detect apache2 configs; rel 2
[packages/vim.git] / vim-lib64.patch
1 diff -urN vim63.orig/src/option.c vim63.new/src/option.c
2 --- vim63.orig/src/option.c     2005-07-05 20:58:20.000000000 +0200
3 +++ vim63.new/src/option.c      2005-07-05 20:59:44.981064920 +0200
4 @@ -1952,7 +1952,7 @@
5      {"spelldirectory",  "spelldir", P_STRING|P_ALLOCED|P_VI_DEF|P_EXPAND,
6  #ifdef FEAT_SPELL_HL
7                             (char_u *)&p_spelldirectory, PV_SPELL_DIR,
8 -                           {(char_u *)"/usr/lib/ispell", (char_u *)0L}},
9 +                           {(char_u *)"/usr/lib64/ispell", (char_u *)0L}},
10  #else
11                             (char_u *)NULL, PV_NONE,
12                             {(char_u *)"", (char_u *)0L}},
13 diff -urN vim63.orig/src/spell/config.h vim63.new/src/spell/config.h
14 --- vim63.orig/src/spell/config.h       2005-07-05 20:58:20.000000000 +0200
15 +++ vim63.new/src/spell/config.h        2005-07-05 21:00:02.452408872 +0200
16 @@ -101,10 +101,10 @@
17  #define BINDIR "/usr/bin"
18  #endif
19  #ifndef LIBDIR
20 -#define LIBDIR "/usr/lib/ispell"
21 +#define LIBDIR "/usr/lib64/ispell"
22  #endif
23  #ifndef ELISPDIR
24 -#define ELISPDIR "/usr/lib/emacs/site-lisp"
25 +#define ELISPDIR "/usr/lib64/emacs/site-lisp"
26  #endif
27  #ifndef TEXINFODIR
28  #define TEXINFODIR "/usr/share/info"
29 diff -urN vim63.orig/src/spell/local.h vim63.new/src/spell/local.h
30 --- vim63.orig/src/spell/local.h        2005-07-05 20:58:20.000000000 +0200
31 +++ vim63.new/src/spell/local.h 2005-07-05 21:00:29.314325240 +0200
32 @@ -54,8 +54,8 @@
33  ** names can be constructed for the -d option without conflict.
34  */
35  #define BINDIR      "/usr/bin"
36 -#define LIBDIR      "/usr/lib/ispell"
37 -#define ELISPDIR    "/usr/lib/emacs/site-lisp"
38 +#define LIBDIR      "/usr/lib64/ispell"
39 +#define ELISPDIR    "/usr/lib64/emacs/site-lisp"
40  #define TEXINFODIR  "/usr/share/info"
41  #define MAN1DIR     "/usr/share/man/man1"
42  #define MAN4DIR     "/usr/share/man/man4"
43 @@ -112,7 +112,7 @@
44  ** !!! If you don't have this file, make EXTRADICT empty             !!!
45  ** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
46  */
47 -#define LANGUAGES "{american,MASTERDICTS=americax.med,HASHFILES=amermedx.hash,EXTRADICT=/usr/lib/ispell/words}"
48 +#define LANGUAGES "{american,MASTERDICTS=americax.med,HASHFILES=amermedx.hash,EXTRADICT=/usr/lib64/ispell/words}"
49  
50  /*
51  ** Master hash file for DEFHASH.  This is the name of a hash file
This page took 0.041826 seconds and 3 git commands to generate.