diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 14:34:16 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 14:34:16 +0000 |
commit | ff6f0aabbdb7becc7bf6e2664b5d74627462b21f (patch) | |
tree | 2ad5772473b1e2031743100ed505f92dcbf7434c /security/gpgme03/files | |
parent | e19c9493261de5a269f4ec801c2bd198d29ffac2 (diff) | |
download | ports-ff6f0aabbdb7becc7bf6e2664b5d74627462b21f.tar.gz ports-ff6f0aabbdb7becc7bf6e2664b5d74627462b21f.zip |
Notes
Diffstat (limited to 'security/gpgme03/files')
-rw-r--r-- | security/gpgme03/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gpgme03/files/patch-ab b/security/gpgme03/files/patch-ab new file mode 100644 index 000000000000..f9d8b771d351 --- /dev/null +++ b/security/gpgme03/files/patch-ab @@ -0,0 +1,10 @@ +--- tests/gpg/t-decrypt-verify.c.orig Thu Nov 22 11:47:07 2001 ++++ tests/gpg/t-decrypt-verify.c Tue Jan 22 18:54:19 2002 +@@ -24,7 +24,6 @@ + #include <string.h> + #include <assert.h> + #include <errno.h> +-#include <mcheck.h> + + #include <gpgme.h> + |