aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmwave
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-05-15 04:14:45 +0800
committerpav <pav@FreeBSD.org>2008-05-15 04:14:45 +0800
commit9b654e8aa997dd7de03c642d100af372b27bf213 (patch)
treeefb1511ec334b7611a0fef2cdd2332855fb069c7 /net/wmwave
parent8959d606dcb6af2ff312af7cc56f3f819dbf0f17 (diff)
downloadfreebsd-ports-gnome-9b654e8aa997dd7de03c642d100af372b27bf213.tar.gz
freebsd-ports-gnome-9b654e8aa997dd7de03c642d100af372b27bf213.tar.zst
freebsd-ports-gnome-9b654e8aa997dd7de03c642d100af372b27bf213.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
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>