aboutsummaryrefslogtreecommitdiff
path: root/net/wmwave
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-14 20:14:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-14 20:14:45 +0000
commit37d0e63006a7fe318f493f0ee5de58bc309aac60 (patch)
treee2f623ba8106d3760abdb68d7dd26dde7ad1c9b7 /net/wmwave
parentb672832d452f66b38b715acb6d72dbef764a1b8a (diff)
downloadports-37d0e63006a7fe318f493f0ee5de58bc309aac60.tar.gz
ports-37d0e63006a7fe318f493f0ee5de58bc309aac60.zip
- Mark BROKEN on CURRENT: /usr/include/net80211/ieee80211_crypto.h:89: error:
'IEEE80211_TID_SIZE' undeclared here (not in a function) Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=213061
Diffstat (limited to 'net/wmwave')
-rw-r--r--net/wmwave/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/wmwave/Makefile b/net/wmwave/Makefile
index 2e741794cc7a..8fe56b781c73 100644
--- a/net/wmwave/Makefile
+++ b/net/wmwave/Makefile
@@ -41,4 +41,8 @@ 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>