diff options
Diffstat (limited to 'misc/kdepim3/patches/patch-ba')
-rw-r--r-- | misc/kdepim3/patches/patch-ba | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/kdepim3/patches/patch-ba b/misc/kdepim3/patches/patch-ba deleted file mode 100644 index 0060972c415..00000000000 --- a/misc/kdepim3/patches/patch-ba +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ba,v 1.1 2004/11/08 23:53:20 shannonjr Exp $ - ---- libkdenetwork/libgpgme-copy/gpgme/error.c.orig 2004-02-10 14:11:07.000000000 -0700 -+++ libkdenetwork/libgpgme-copy/gpgme/error.c -@@ -21,6 +21,10 @@ - #include <config.h> - #endif - -+#if HAVE_RFUNCS_H -+#include <rfuncs.h> -+#endif -+ - #include <gpgme.h> - - /* Return a pointer to a string containing a description of the error -@@ -42,7 +46,7 @@ gpgme_strerror (gpgme_error_t err) - int - gpgme_strerror_r (gpg_error_t err, char *buf, size_t buflen) - { -- return gpg_strerror_r (err, buf, buflen); -+ return strerror_r (err, buf, buflen); - } - - |