aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/wscan/Makefile2
-rw-r--r--x11/wscan/files/patch-wibsd_wifi.c16
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/wscan/Makefile b/x11/wscan/Makefile
index b57252df958e..8af1c1d21fea 100644
--- a/x11/wscan/Makefile
+++ b/x11/wscan/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/mobile/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
diff --git a/x11/wscan/files/patch-wibsd_wifi.c b/x11/wscan/files/patch-wibsd_wifi.c
new file mode 100644
index 000000000000..75b6713414f5
--- /dev/null
+++ b/x11/wscan/files/patch-wibsd_wifi.c
@@ -0,0 +1,16 @@
+--- wibsd_wifi.c.orig Mon Dec 10 13:06:21 2001
++++ wibsd_wifi.c Wed Mar 27 03:46:12 2002
+@@ -49,7 +49,13 @@
+ #include <net/ethernet.h>
+
+ #define WICACHE
++
++#include <osreldate.h>
++#if __FreeBSD_version >= 500015
++#include <dev/wi/if_wavelan_ieee.h>
++#else
+ #include <machine/if_wavelan_ieee.h>
++#endif
+
+ #include <stdio.h>
+ #include <string.h>