aboutsummaryrefslogtreecommitdiff
path: root/net/wmwave
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-08-15 19:11:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-08-15 19:11:15 +0000
commitf066bcdc70cf5c7ec007c1018d27fe7cc6116fed (patch)
tree5b61283aa447ebaadb016694b00958febcb92abd /net/wmwave
parent371c080febfb1482714f54bad4636683ef9ac563 (diff)
downloadports-f066bcdc70cf5c7ec007c1018d27fe7cc6116fed.tar.gz
ports-f066bcdc70cf5c7ec007c1018d27fe7cc6116fed.zip
- Unbreak on HEAD
Submitted by: benjsc (maintainer)
Notes
Notes: svn path=/head/; revision=218647
Diffstat (limited to 'net/wmwave')
-rw-r--r--net/wmwave/Makefile6
-rw-r--r--net/wmwave/files/patch-wmwave.c3
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>