summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 08:50:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 08:50:50 +0000
commit9a632582741e7d953d0352a43311259e880d013a (patch)
treed1e16766263699e87f212df7ca2bc2ffae0de0de /games
parent- Clean up rw locate dir. Fixes leftover files for package users (diff)
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200808
Diffstat (limited to 'games')
-rw-r--r--games/fwp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/fwp/Makefile b/games/fwp/Makefile
index d23a2b5c6e77..9b024a094ed5 100644
--- a/games/fwp/Makefile
+++ b/games/fwp/Makefile
@@ -34,6 +34,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= Doesn't build
.endif