summaryrefslogtreecommitdiff
path: root/security/ike-scan/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-08 18:21:16 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-08 18:21:16 +0000
commit5b5148fb84b3a8dbb9203a7753f183dde30d557a (patch)
tree6211c86e4018e3413f9f3f213cb439bbed5d84d8 /security/ike-scan/patches
parente6533be81b9ed84311f134db99722348d361f6a4 (diff)
downloadpkgsrc-5b5148fb84b3a8dbb9203a7753f183dde30d557a.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/patches')
-rw-r--r--security/ike-scan/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
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>
+