diff options
author | adam <adam@pkgsrc.org> | 2008-10-14 11:32:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-14 11:32:11 +0000 |
commit | b4c509e9c82b55b392528497828091dad451aa56 (patch) | |
tree | 2e2910b8e11d51fc09b713db3b8b3f43cac17e39 /security/libgpg-error/patches | |
parent | 5c920bdbd29ae63c19a072c8f7949c1ecedff20c (diff) | |
download | pkgsrc-b4c509e9c82b55b392528497828091dad451aa56.tar.gz |
Changes 1.6:
* Fixed a build problem under Windows.
Changes 1.5:
* Minor build system fixes.
* Updated gettext. Removed included gettext copy.
* gpg-error has a new option --version.
Diffstat (limited to 'security/libgpg-error/patches')
-rw-r--r-- | security/libgpg-error/patches/patch-af | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/libgpg-error/patches/patch-af b/security/libgpg-error/patches/patch-af index b9c97d2d062..041507cb864 100644 --- a/security/libgpg-error/patches/patch-af +++ b/security/libgpg-error/patches/patch-af @@ -1,11 +1,8 @@ -$NetBSD: patch-af,v 1.1 2005/12/29 16:09:42 kim Exp $ +$NetBSD: patch-af,v 1.2 2008/10/14 11:32:11 adam Exp $ -Setting FS in some versions of awk makes it null. The default FS of -"whitespace" works fine, so no need to redefine it. - ---- src/mkerrcodes.awk.orig 2004-04-22 16:30:12.000000000 +0300 -+++ src/mkerrcodes.awk 2005-12-24 15:36:22.000000000 +0200 -@@ -54,7 +54,7 @@ +--- src/mkerrcodes.awk.orig 2005-09-03 12:12:12.000000000 +0200 ++++ src/mkerrcodes.awk +@@ -60,7 +60,7 @@ # as is trailing whitespace. BEGIN { @@ -14,7 +11,7 @@ Setting FS in some versions of awk makes it null. The default FS of print "/* Output of mkerrcodes.awk. DO NOT EDIT. */"; print ""; header = 1; -@@ -85,7 +85,7 @@ +@@ -91,7 +91,7 @@ header { if (/^$/) next; |