aboutsummaryrefslogtreecommitdiff
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
parentbe8808059dee07df3a0b14bc6d96a2046acf2b6d (diff)
downloadports-9a632582741e7d953d0352a43311259e880d013a.tar.gz
ports-9a632582741e7d953d0352a43311259e880d013a.zip
Notes
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