diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
commit | 4dce0bd83bab57a46a96b04263cc1954a5b0f715 (patch) | |
tree | d02a05f93737ca5eb857ecae20787854c59c3d42 /security/gpgme/files/patch-gpgme-ath-pthread-compat.c | |
parent | Update to 0.9.6 (diff) |
Update gpgme to 1.1.2, chase dependencies.
Notes
Notes:
svn path=/head/; revision=172981
Diffstat (limited to 'security/gpgme/files/patch-gpgme-ath-pthread-compat.c')
-rw-r--r-- | security/gpgme/files/patch-gpgme-ath-pthread-compat.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/gpgme/files/patch-gpgme-ath-pthread-compat.c b/security/gpgme/files/patch-gpgme-ath-pthread-compat.c deleted file mode 100644 index 7fec8e8c55aa..000000000000 --- a/security/gpgme/files/patch-gpgme-ath-pthread-compat.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gpgme/ath-pth-compat.c.orig Tue Nov 1 10:25:41 2005 -+++ gpgme/ath-pth-compat.c Tue Nov 1 10:25:55 2005 -@@ -20,7 +20,7 @@ - - #include <stdlib.h> - #include <errno.h> --#include <pth.h> -+#include <pth/pth.h> - - #include "ath.h" - |