diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-10-23 08:57:33 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-10-23 08:57:33 +0000 |
commit | 4015fdc44e0fd78004c20941379d84608da5c0d5 (patch) | |
tree | ecb3b0ed9ca80b50ecebe21d3513f2cbdfcaf5f7 /security/libgcrypt/patches | |
parent | 9c8273964a728134ac10a6f872169de49ba82025 (diff) | |
download | pkgsrc-4015fdc44e0fd78004c20941379d84608da5c0d5.tar.gz |
Re: pkg/27317 The header gcrypt.h references struct timeval without
including sys/time.h. Added the patch summitted with PR that adds
an include for sys/time.h. Bumped PKGREVISION.
Diffstat (limited to 'security/libgcrypt/patches')
-rw-r--r-- | security/libgcrypt/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/libgcrypt/patches/patch-ac b/security/libgcrypt/patches/patch-ac new file mode 100644 index 00000000000..3785b9bc667 --- /dev/null +++ b/security/libgcrypt/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2004/10/23 08:57:33 shannonjr Exp $ + +--- src/gcrypt.h.orig 2004-04-15 03:10:37.000000000 -0600 ++++ src/gcrypt.h +@@ -29,6 +29,7 @@ + + #include <sys/types.h> + #include <sys/socket.h> ++#include <sys/time.h> + + /* This is required for error code compatibility. */ + #define _GCRY_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT |