diff options
Diffstat (limited to 'security/gpgme/patches/patch-ad')
-rw-r--r-- | security/gpgme/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/gpgme/patches/patch-ad b/security/gpgme/patches/patch-ad new file mode 100644 index 00000000000..688f57eba4f --- /dev/null +++ b/security/gpgme/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2007/03/25 00:48:08 joerg Exp $ + +--- gpgme/posix-io.c.orig 2007-03-25 00:25:10.000000000 +0000 ++++ gpgme/posix-io.c +@@ -33,6 +33,7 @@ + #include <sys/time.h> + #include <sys/types.h> + #include <sys/wait.h> ++#include <sys/uio.h> + + #include "util.h" + #include "priv-io.h" |