diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 07:48:01 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 07:48:01 +0000 |
commit | c72f84013cb9e585cbaee067fda0302346a92a3a (patch) | |
tree | 1b346880de76f29e39e6198fd0bc66aaad6ba0ab /security/gpgme/files/patch-gpgme-ath-pthread-compat.c | |
parent | Change the poing of compileall.py to check on directory from (diff) |
Update gpgme to 1.0.3 and chase shared library version bump.
Notes
Notes:
svn path=/head/; revision=147343
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, 11 insertions, 0 deletions
diff --git a/security/gpgme/files/patch-gpgme-ath-pthread-compat.c b/security/gpgme/files/patch-gpgme-ath-pthread-compat.c new file mode 100644 index 000000000000..7fec8e8c55aa --- /dev/null +++ b/security/gpgme/files/patch-gpgme-ath-pthread-compat.c @@ -0,0 +1,11 @@ +--- 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" + |