aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmwifi
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 14:22:24 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 14:22:24 +0800
commitbf891de35aca06d7fc72571d131d870d809f9e20 (patch)
tree354e370a40f1823de7950f16300122a39d110ab3 /net/wmwifi
parenteb45b5830ed0e055a4e8be05eefdbe04ac838438 (diff)
downloadfreebsd-ports-gnome-bf891de35aca06d7fc72571d131d870d809f9e20.tar.gz
freebsd-ports-gnome-bf891de35aca06d7fc72571d131d870d809f9e20.tar.zst
freebsd-ports-gnome-bf891de35aca06d7fc72571d131d870d809f9e20.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'net/wmwifi')
-rw-r--r--net/wmwifi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/wmwifi/Makefile b/net/wmwifi/Makefile
index b29891c30e80..c990bcbb7009 100644
--- a/net/wmwifi/Makefile
+++ b/net/wmwifi/Makefile
@@ -23,4 +23,10 @@ CONFIGURE_ENV+= "CPPFLAGS=-I${X11BASE}/include"
PLIST_FILES= bin/wmwifi
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>