]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-localedir.patch
explicitly disable python3interp for small features flavors
[packages/vim.git] / vim-localedir.patch
index 67f6a272501adb32268912d0b0a9d27a1169c612..05313b051cd04b9a32582239b6f13ea70f18e144 100644 (file)
@@ -1,18 +1,11 @@
---- vim72/src/main.c~  2009-04-15 01:00:47.000000000 +0300
-+++ vim72/src/main.c   2009-04-15 01:11:33.555899981 +0300
-@@ -1382,23 +1382,10 @@
- # ifdef FEAT_GETTEXT
-     {
--      int     mustfree = FALSE;
--      char_u  *p;
--
- #  ifdef DYNAMIC_GETTEXT
-       /* Initialize the gettext library */
-       dyn_libintl_init(NULL);
+--- vim72/src/locale.c~        2009-04-15 01:00:47.000000000 +0300
++++ vim72/src/locale.c 2009-04-15 01:11:33.555899981 +0300
+@@ -1741,17 +1741,6 @@ init_locale(void)
+       // Initialize the gettext library
+       dyn_libintl_init();
  #  endif
--      /* expand_env() doesn't work yet, because chartab[] is not initialized
--       * yet, call vim_getenv() directly */
+-      // expand_env() doesn't work yet, because g_chartab[] is not
+-      // initialized yet, call vim_getenv() directly
 -      p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
 -      if (p != NULL && *p != NUL)
 -      {
 -      }
 -      if (mustfree)
 -          vim_free(p);
-       textdomain(VIMPACKAGE);
+-      textdomain(VIMPACKAGE);
      }
  # endif
+ }
 --- vim72/src/misc1.c~ 2009-04-15 01:00:48.000000000 +0300
 +++ vim72/src/misc1.c  2009-04-15 01:13:00.319209732 +0300
 @@ -4215,22 +4215,6 @@
@@ -48,7 +42,7 @@
 -#endif
  }
  
- #if defined(FEAT_CMDL_COMPL) || defined(PROTO)
+ /*
 --- vim72/src/Makefile~        2009-04-15 01:00:48.000000000 +0300
 +++ vim72/src/Makefile 2009-04-15 01:19:18.519171979 +0300
 @@ -957,6 +957,7 @@
@@ -69,7 +63,7 @@
  DEST_MACRO = $(DESTDIR)$(MACROSUBLOC)
 @@ -1988,7 +1988,7 @@
        -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
-               $(DEST_MAN_RU_U) $(INSTALLMLARGS)
+               $(DEST_MAN_TR_U) $(INSTALLMLARGS)
        if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
 -         cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) LOCALEDIR=$(DEST_LANG) \
 +         cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) LOCALEDIR=$(DEST_LOCALE) \
        if test -d $(LANGSOURCE); then \
 --- vim73/src/po/Makefile~     2013-02-22 17:28:18.000000000 +0200
 +++ vim73/src/po/Makefile      2013-02-22 17:46:40.771918175 +0200
-@@ -151,6 +151,7 @@
+@@ -38,6 +38,7 @@ check: $(CHECKFILES)
+ # installing for real
  install: $(MOFILES) $(MOCONVERTED)
        @$(MAKE) prefixcheck
 +      install -d $(LOCALEDIR); \
-       for lang in $(LANGUAGES) $(CONVERTED); do \
+       for lang in $(LANGUAGES); do \
          dir=$(LOCALEDIR)/$$lang/; \
          if test ! -x "$$dir"; then \
+
This page took 0.034114 seconds and 4 git commands to generate.