diff options
author | joerg <joerg> | 2005-12-08 18:21:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-08 18:21:16 +0000 |
commit | 1c67946890627dfad44f1bf4c55ef7b6146b5aec (patch) | |
tree | 6211c86e4018e3413f9f3f213cb439bbed5d84d8 /security/ike-scan | |
parent | 5df08420f5c1b9065214274f023333b36086d384 (diff) | |
download | pkgsrc-1c67946890627dfad44f1bf4c55ef7b6146b5aec.tar.gz |
Fix OpenSSL test, it doesn't work out of the box on DragonFly
due to missing size_t.
Diffstat (limited to 'security/ike-scan')
-rw-r--r-- | security/ike-scan/distinfo | 3 | ||||
-rw-r--r-- | security/ike-scan/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/ike-scan/distinfo b/security/ike-scan/distinfo index 4d6c91b26c9..ad146f5236a 100644 --- a/security/ike-scan/distinfo +++ b/security/ike-scan/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/28 16:04:28 adam Exp $ +$NetBSD: distinfo,v 1.5 2005/12/08 18:21:16 joerg Exp $ SHA1 (ike-scan-1.7.1.tar.gz) = 7f47caea72d5baf8640c51e7f5372b77eec6a4a2 RMD160 (ike-scan-1.7.1.tar.gz) = 8bd38b139cffec2c78a9cd4b56ec2798402e0780 Size (ike-scan-1.7.1.tar.gz) = 1351643 bytes +SHA1 (patch-aa) = 6aa872221e289fba323f4ea3152e9be182176b79 diff --git a/security/ike-scan/patches/patch-aa b/security/ike-scan/patches/patch-aa new file mode 100644 index 00000000000..cd4dfe00834 --- /dev/null +++ b/security/ike-scan/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2005/12/08 18:21:16 joerg Exp $ + +--- configure.orig 2005-12-08 18:17:07.000000000 +0000 ++++ configure +@@ -5571,6 +5571,7 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + ++#include <sys/types.h> + #include <openssl/md5.h> + #include <openssl/sha.h> + |