- Unbreak on HEAD

Submitted by:	benjsc (maintainer)
This commit is contained in:
Pav Lucistnik
2008-08-15 19:11:15 +00:00
parent 371c080feb
commit f066bcdc70
2 changed files with 3 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>