summaryrefslogtreecommitdiff
path: root/security/gnupg-devel/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg-devel/patches/patch-ad')
-rw-r--r--security/gnupg-devel/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/gnupg-devel/patches/patch-ad b/security/gnupg-devel/patches/patch-ad
deleted file mode 100644
index d85758a46f8..00000000000
--- a/security/gnupg-devel/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2005/01/04 13:52:01 shannonjr Exp $
-
---- ./common/asshelp.c.orig 2004-12-18 02:35:31.000000000 -0700
-+++ ./common/asshelp.c
-@@ -150,7 +150,7 @@ send_pinentry_environment (assuan_contex
- #endif
- if (opt_lc_messages || (dft_ttyname && dft_lc))
- {
-- err = send_one_option (ctx, errsource, "display",
-+ err = send_one_option (ctx, errsource, "lc-messages",
- opt_lc_messages ? opt_lc_messages : dft_lc);
- }
- #if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)