Sun, 29 May 2011 16:29:06 +0200
Update, correct, improve build configuration and packaging logic.
Update to new version of vendor software, bump copyright date, remove implicit
gcc dependency, add comments for Trolltech bug tracking, correct enforced
dynamic library linkage, and install mysterious process stub binary.
1 Index: src/gpg-error.c
2 --- src/gpg-error.c.orig 2006-09-05 20:21:14 +0200
3 +++ src/gpg-error.c 2006-09-14 16:59:50 +0200
4 @@ -77,11 +77,15 @@
5 locale_dir = get_locale_dir ();
6 if (locale_dir)
7 {
8 +#ifdef ENABLE_NLS
9 bindtextdomain (PACKAGE, locale_dir);
10 +#endif
11 drop_locale_dir (locale_dir);
12 }
13 +#ifdef ENABLE_NLS
14 textdomain (PACKAGE);
15 #endif
16 +#endif
17 }