summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhasso <hasso>2009-03-12 08:14:16 +0000
committerhasso <hasso>2009-03-12 08:14:16 +0000
commit0b7eb1e747ba9bd4c7bda2d2254d01af96add46f (patch)
tree71382eda784a1a070258a39662c9d8aac2172b0d /net
parent2ab78004d6319f861463022d0708488cfd113c63 (diff)
downloadpkgsrc-0b7eb1e747ba9bd4c7bda2d2254d01af96add46f.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'net')
-rw-r--r--net/dhcpcd/distinfo3
-rw-r--r--net/dhcpcd/patches/patch-aa16
2 files changed, 18 insertions, 1 deletions
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index 57471532788..b489c279e9e 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/03/05 23:23:26 roy Exp $
+$NetBSD: distinfo,v 1.2 2009/03/12 08:14:16 hasso Exp $
SHA1 (dhcpcd-4.99.14.tar.bz2) = fb0ae1c1fc2992c9e85fdb2e131fce6d681b3889
RMD160 (dhcpcd-4.99.14.tar.bz2) = ce27e48bedf407912d89b8b6032be8ac40d164ea
Size (dhcpcd-4.99.14.tar.bz2) = 60295 bytes
+SHA1 (patch-aa) = eb52db8df9642ba49ed3dfce0d1d42d0e77fdf6a
diff --git a/net/dhcpcd/patches/patch-aa b/net/dhcpcd/patches/patch-aa
new file mode 100644
index 00000000000..2fd703f591c
--- /dev/null
+++ b/net/dhcpcd/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2009/03/12 08:14:16 hasso Exp $
+
+--- if-bsd.c.orig 2009-03-12 09:54:44 +0200
++++ if-bsd.c 2009-03-12 09:55:31 +0200
+@@ -38,7 +38,11 @@
+ #include <net/if_types.h>
+ #include <net/route.h>
+ #include <netinet/in.h>
++#ifdef __DragonFly__
++#include <netproto/802_11/ieee80211_ioctl.h>
++#else
+ #include <net80211/ieee80211_ioctl.h>
++#endif
+
+ #include <errno.h>
+ #include <fnmatch.h>