diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2005-06-23 10:57:00 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2005-06-23 10:57:00 +0000 |
commit | 8ccfddc96a1aec45c8aed60130481c5b85caf0a9 (patch) | |
tree | 3e6973f68ae833383097e38b5421051fbb7dd8d5 /security | |
parent | 621133417ee63c589a76605530b7f941d13edb6c (diff) | |
download | pkgsrc-8ccfddc96a1aec45c8aed60130481c5b85caf0a9.tar.gz |
I neglected to add this patch with my recent update to 1.9.17.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-devel/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/gnupg-devel/patches/patch-ab b/security/gnupg-devel/patches/patch-ab new file mode 100644 index 00000000000..b9a98b56a12 --- /dev/null +++ b/security/gnupg-devel/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.5 2005/06/23 10:57:00 shannonjr Exp $ + +--- ./scd/scdaemon.c.orig 2005-06-06 11:31:23.000000000 -0600 ++++ ./scd/scdaemon.c +@@ -456,7 +456,9 @@ main (int argc, char **argv ) + allow_coredump = 1; + break; + case oDebugCCIDDriver: ++#ifdef TEST + ccid_set_debug_level (ccid_set_debug_level (-1)+1); ++#endif + break; + case oDebugDisableTicker: ticker_disabled = 1; break; + |