diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2012-04-07 13:22:31 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2012-04-07 13:22:31 +0000 |
commit | b2f4445ecbb8ca1c5f0d8e5ddde298a802da2b78 (patch) | |
tree | 48c3db1e2fd4262db1762a77d68c26550d10f3b4 /net/mouse-pppoe | |
parent | 44de266fc02b05aa784d48e43950393091b08635 (diff) | |
download | pkgsrc-b2f4445ecbb8ca1c5f0d8e5ddde298a802da2b78.tar.gz |
Add OpenBSD and MirBSD support, no-op for other platforms.
Diffstat (limited to 'net/mouse-pppoe')
-rw-r--r-- | net/mouse-pppoe/distinfo | 4 | ||||
-rw-r--r-- | net/mouse-pppoe/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/mouse-pppoe/distinfo b/net/mouse-pppoe/distinfo index d734ebf7dd6..a9f8b3fd963 100644 --- a/net/mouse-pppoe/distinfo +++ b/net/mouse-pppoe/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2008/10/02 17:01:16 joerg Exp $ +$NetBSD: distinfo,v 1.6 2012/04/07 13:22:31 bsiegert Exp $ SHA1 (pppoe.20000912.tar.gz) = e077e02e42cad1266316cdfa87c31bde191e530e RMD160 (pppoe.20000912.tar.gz) = c0034484f2dbc54a3e1ea9648dfb37f6f25f0a2e Size (pppoe.20000912.tar.gz) = 9621 bytes -SHA1 (patch-aa) = 89d7ca556a0572d8ee3034607021e2edb058b4d2 +SHA1 (patch-aa) = ee659c5313eae1a8f74f1842070fcf39307b037d diff --git a/net/mouse-pppoe/patches/patch-aa b/net/mouse-pppoe/patches/patch-aa index 34f04cf7905..c480a93f577 100644 --- a/net/mouse-pppoe/patches/patch-aa +++ b/net/mouse-pppoe/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2008/10/02 17:01:16 joerg Exp $ +$NetBSD: patch-aa,v 1.5 2012/04/07 13:22:31 bsiegert Exp $ ---- pppoe.c.orig 2000-04-21 05:58:32.000000000 +0200 +--- pppoe.c.orig Fri Apr 21 03:58:10 2000 +++ pppoe.c @@ -5,6 +5,7 @@ #include <stdarg.h> @@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.4 2008/10/02 17:01:16 joerg Exp $ #include <net/if_dl.h> #include <sys/ioctl.h> #include <sys/socket.h> -+#if defined(__DragonFly__) || defined(__FreeBSD__) ++#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__OpenBSD__) +#include <netinet/in.h> +#include <netinet/if_ether.h> +#else |