diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-02 02:33:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-02 02:33:22 +0000 |
commit | 987e73691c6668f03aa0a9a28ecbc2538c462511 (patch) | |
tree | baef82b6bd0083637a592d6f066950d0b2526796 /security/pecl-gnupg | |
parent | 4072aa72ae40d981187bc4e4ffe73221da83ab00 (diff) | |
download | ports-987e73691c6668f03aa0a9a28ecbc2538c462511.tar.gz ports-987e73691c6668f03aa0a9a28ecbc2538c462511.zip |
Notes
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r-- | security/pecl-gnupg/files/patch-gnupg.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/pecl-gnupg/files/patch-gnupg.c b/security/pecl-gnupg/files/patch-gnupg.c deleted file mode 100644 index 9697f829a8ce..000000000000 --- a/security/pecl-gnupg/files/patch-gnupg.c +++ /dev/null @@ -1,13 +0,0 @@ -# -# http://www.freebsd.org/cgi/query-pr.cgi?pr=142311 -# ---- gnupg.c.orig 2010-01-04 18:08:52.000000000 +0100 -+++ gnupg.c 2010-01-04 18:09:14.000000000 +0100 -@@ -136,6 +136,7 @@ - static void gnupg_res_init(gnupg_object *intern TSRMLS_DC){ - /* init the gpgme-lib and set the default values */ - gpgme_ctx_t ctx; -+ gpgme_check_version (0); - gpgme_new (&ctx); - gpgme_set_armor (ctx,1); - intern->ctx = ctx; |