]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libgpg-error.patch
goom is patched on win32 too
[vlc] / extras / contrib / src / Patches / libgpg-error.patch
1 --- libgpg-error/src/gpg-error.c        2005-12-18 15:24:34.000000000 +0000
2 +++ libgpg-error.patch/src/gpg-error.c  2006-07-27 23:10:46.000000000 +0100
3 @@ -78,10 +78,14 @@
4    locale_dir = get_locale_dir ();
5    if (locale_dir)
6      {
7 +#ifdef ENABLE_NLS
8        bindtextdomain (PACKAGE, locale_dir);
9 +#endif
10        drop_locale_dir (locale_dir);
11      }
12 +#ifdef ENABLE_NLS
13    textdomain (PACKAGE);
14 +#endif
15  }
16  
17  \f