summaryrefslogtreecommitdiff
path: root/net/scamper/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/scamper/patches/patch-af')
-rw-r--r--net/scamper/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/scamper/patches/patch-af b/net/scamper/patches/patch-af
new file mode 100644
index 00000000000..e74861079e9
--- /dev/null
+++ b/net/scamper/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/02/24 19:53:52 joerg Exp $
+
+--- scamper_dl.c.orig 2006-02-24 19:47:53.000000000 +0000
++++ scamper_dl.c
+@@ -49,7 +49,7 @@
+ #include <stdint.h>
+ #endif
+
+-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
+ #define HAVE_BPF
+ #endif
+