summaryrefslogtreecommitdiff
path: root/net/flodo/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-24 20:33:47 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-24 20:33:47 +0000
commitc39b22a3326c1e1a1530bd76dc5f519ce8751099 (patch)
tree06bbb54323934d6005ca97e8110b02c143037564 /net/flodo/patches
parent0e5cfdf26717f71cc172a60a3acab3c369dcc941 (diff)
downloadpkgsrc-c39b22a3326c1e1a1530bd76dc5f519ce8751099.tar.gz
Add DragonFly support.
Diffstat (limited to 'net/flodo/patches')
-rw-r--r--net/flodo/patches/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/net/flodo/patches/patch-aa b/net/flodo/patches/patch-aa
index 3cfef70ad0b..a5efdea4aa4 100644
--- a/net/flodo/patches/patch-aa
+++ b/net/flodo/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1 2004/10/09 16:15:07 kristerw Exp $
+$NetBSD: patch-aa,v 1.2 2006/02/24 20:33:47 joerg Exp $
---- flodo.c.orig Sat Oct 9 18:05:45 2004
-+++ flodo.c Sat Oct 9 18:05:59 2004
-@@ -59,6 +59,8 @@
+--- flodo.c.orig 2004-11-08 04:05:14.000000000 +0000
++++ flodo.c
+@@ -51,7 +51,7 @@
+ #include <errno.h>
+ #include <sysexits.h>
+ #include <pcap.h>
+-#if defined(__linux__) || defined(__FreeBSD__)
++#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <net/ethernet.h>
+ #endif
+ #include <netinet/in.h>
+@@ -60,6 +60,8 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
#if defined(__NetBSD__)