summaryrefslogtreecommitdiff
path: root/net/ettercap/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-09-30 12:03:21 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-09-30 12:03:21 +0000
commita7bf8c835d2ac004527f13694a2f160271660ffa (patch)
treea2bde1a27da68cd5a2953edef82d233fb84b3b0a /net/ettercap/patches
parent915438437ebe70f934cedd8c837b45d7f0706658 (diff)
downloadpkgsrc-a7bf8c835d2ac004527f13694a2f160271660ffa.tar.gz
Make this build on NetBSD -current (using the same hack as libesmtp does,
including <des.h> if we are on -current or create a symlink in the BUILDLINK_DIR if we don't have OpenSSL 0.9.7). Closes PR pkg/22710 by Soren Jacobsen. Bump pkgrevision to 4.
Diffstat (limited to 'net/ettercap/patches')
-rw-r--r--net/ettercap/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ettercap/patches/patch-af b/net/ettercap/patches/patch-af
new file mode 100644
index 00000000000..1adcf9875ff
--- /dev/null
+++ b/net/ettercap/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2003/09/30 12:03:21 xtraeme Exp $
+
+--- src/ec_dissector_ssh.c.orig 2003-09-30 13:46:55.000000000 +0200
++++ src/ec_dissector_ssh.c 2003-09-30 13:48:01.000000000 +0200
+@@ -29,6 +29,7 @@
+ #else
+ #include <arpa/nameser.h>
+ #endif
++#include <des.h>
+ #include <openssl/ssl.h>
+ #include <openssl/rand.h>
+ #include <ctype.h>