gpg-error/gpg-error.patch

Mon, 28 Mar 2011 19:41:02 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 28 Mar 2011 19:41:02 +0200
changeset 332
2289d64c2123
permissions
-rw-r--r--

Completely rework package including...
Simpify 64-bit -fPIC logic, instruct make to build in parallel,
force error condition on failed profile dependency, build the
standard 'bootstrap' target as suggested, correct grammar, wording,
and punctuation in general, upgrade to latest upstream vendor version,
rearrange package dependencies mpc, mpfr, and gmp, correct buildconf
thanks to new lto-plugin forced, avoid failed platform specific stage
comparison, adjust patch code to reflect new version update, and most
importantly adjust optimization flags to platform. Please note that
block 'correct hardcoded paths' is likely no yet complete.

     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  }

mercurial