From 9eacfdd21b943e83aec800090feed565c8bed78a Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Tue, 14 Oct 2008 11:32:11 +0000 Subject: [PATCH] Add files from parent branch HEAD: security/libgpg-error/patches/patch-af --- security/libgpg-error/patches/patch-af | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 security/libgpg-error/patches/patch-af diff --git a/security/libgpg-error/patches/patch-af b/security/libgpg-error/patches/patch-af new file mode 100644 index 000000000000..3b8773ef25bb --- /dev/null +++ b/security/libgpg-error/patches/patch-af @@ -0,0 +1,22 @@ +$NetBSD$ + +--- src/mkerrcodes.awk.orig 2005-09-03 12:12:12.000000000 +0200 ++++ src/mkerrcodes.awk +@@ -60,7 +60,7 @@ + # as is trailing whitespace. + + BEGIN { +- FS="[ \t]+GPG_ERR_"; ++ #FS="[ \t]+GPG_ERR_"; + print "/* Output of mkerrcodes.awk. DO NOT EDIT. */"; + print ""; + header = 1; +@@ -91,7 +91,7 @@ header { + if (/^$/) + next; + +- print " { " $1 ", \"GPG_ERR_" $2 "\" },"; ++ print " { " $1 ", \"" $2 "\" },"; + } + + END { -- 2.41.0