diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:50:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:50:50 +0000 |
commit | 9a632582741e7d953d0352a43311259e880d013a (patch) | |
tree | d1e16766263699e87f212df7ca2bc2ffae0de0de /games | |
parent | be8808059dee07df3a0b14bc6d96a2046acf2b6d (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/fwp/Makefile | 4 |
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 |