- Unbreak on HEAD
Submitted by: benjsc (maintainer)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user