gpg-error/gpg-error.patch

Tue, 29 Mar 2011 19:46:35 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 29 Mar 2011 19:46:35 +0200
changeset 333
4ecfc2416fd8
permissions
-rw-r--r--

Correct and introduce slightly needed logic, leading to better reliability:
Update bash(1) patch logic, correct several buildconf make location
errors, correct failed bash(1) configure invocation, enable perl(1) to
build with unpathed make(1), patch rpm(1) to correctly link with
internal libdb(3), and lastly unsuscessfully try to reorganize rpm patch
hunks.

michael@275 1 Index: src/gpg-error.c
michael@275 2 --- src/gpg-error.c.orig 2006-09-05 20:21:14 +0200
michael@275 3 +++ src/gpg-error.c 2006-09-14 16:59:50 +0200
michael@275 4 @@ -77,11 +77,15 @@
michael@275 5 locale_dir = get_locale_dir ();
michael@275 6 if (locale_dir)
michael@275 7 {
michael@275 8 +#ifdef ENABLE_NLS
michael@275 9 bindtextdomain (PACKAGE, locale_dir);
michael@275 10 +#endif
michael@275 11 drop_locale_dir (locale_dir);
michael@275 12 }
michael@275 13 +#ifdef ENABLE_NLS
michael@275 14 textdomain (PACKAGE);
michael@275 15 #endif
michael@275 16 +#endif
michael@275 17 }
michael@275 18
michael@275 19

mercurial