diff options
author | pav <pav@FreeBSD.org> | 2008-08-16 03:11:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-08-16 03:11:15 +0800 |
commit | 96828c4b26d9227be90c08336f1e46067285c083 (patch) | |
tree | dabc2f1fc8cfe0025f1ab1166959d993720c9abf /net | |
parent | 91ef2abe183590a019875ad1e5645d8a40fe27f3 (diff) | |
download | freebsd-ports-gnome-96828c4b26d9227be90c08336f1e46067285c083.tar.gz freebsd-ports-gnome-96828c4b26d9227be90c08336f1e46067285c083.tar.zst freebsd-ports-gnome-96828c4b26d9227be90c08336f1e46067285c083.zip |
- Unbreak on HEAD
Submitted by: benjsc (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/wmwave/Makefile | 6 | ||||
-rw-r--r-- | net/wmwave/files/patch-wmwave.c | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net/wmwave/Makefile b/net/wmwave/Makefile index 8fe56b781c73..c32f579d1deb 100644 --- a/net/wmwave/Makefile +++ b/net/wmwave/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmwave PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -41,8 +41,4 @@ do-install: IGNORE= needs API available in FreeBSD 6.X and later .endif -.if ${OSVERSION} >= 800036 -BROKEN= does not compile -.endif - .include <bsd.port.post.mk> diff --git a/net/wmwave/files/patch-wmwave.c b/net/wmwave/files/patch-wmwave.c index 969b84af1333..3e4d6832d4f7 100644 --- a/net/wmwave/files/patch-wmwave.c +++ b/net/wmwave/files/patch-wmwave.c @@ -19,7 +19,7 @@ * */ -@@ -57,6 +69,22 @@ +@@ -57,6 +69,23 @@ #include <X11/xpm.h> #include <X11/extensions/shape.h> @@ -36,6 +36,7 @@ +#include <netinet/ip.h> +#include <netinet/ip_var.h> +#include <arpa/inet.h> ++#include <net80211/_ieee80211.h> +#include <net80211/ieee80211.h> +#include <net80211/ieee80211_crypto.h> +#include <net80211/ieee80211_ioctl.h> |