diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-21 15:36:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-21 15:36:17 +0000 |
commit | 229e5a2ac7b9dce0f13b6c4ecd06f5cd72c2acb0 (patch) | |
tree | 94b5d345d5a90b68648f1b2e69183dc2f493770d /security/pidgin-otr/files/patch-libotr-context | |
parent | Update to version 0.9.0 (diff) |
- Update to 2.0.1
PR: ports/79101
Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
Diffstat (limited to 'security/pidgin-otr/files/patch-libotr-context')
-rw-r--r-- | security/pidgin-otr/files/patch-libotr-context | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pidgin-otr/files/patch-libotr-context b/security/pidgin-otr/files/patch-libotr-context deleted file mode 100644 index 63c6ea038f9f..000000000000 --- a/security/pidgin-otr/files/patch-libotr-context +++ /dev/null @@ -1,11 +0,0 @@ ---- libotr/context.h.bak Fri Dec 17 17:14:42 2004 -+++ libotr/context.h Fri Dec 17 17:14:53 2004 -@@ -20,7 +20,7 @@ - #ifndef __CONTEXT_H__ - #define __CONTEXT_H__ - --#include "gcrypt.h" -+#include <gcrypt.h> - #include "dh.h" - - typedef enum { |