diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:51:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:51:10 +0000 |
commit | 59c521c170a8bd1cadfa8c81fdbee6f8c8051924 (patch) | |
tree | 9139cd3e56710bb7b1b1462f85e38778d7c37554 /games/sopwith/Makefile | |
parent | 3891c82c49350c93d17a5d7caed28d0793366f98 (diff) | |
download | ports-59c521c170a8bd1cadfa8c81fdbee6f8c8051924.tar.gz ports-59c521c170a8bd1cadfa8c81fdbee6f8c8051924.zip |
Notes
Diffstat (limited to 'games/sopwith/Makefile')
-rw-r--r-- | games/sopwith/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index 53ac20e24421..4d28b07f8171 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -23,4 +23,10 @@ GNU_CONFIGURE= yes MAN6= sopwith.6 -.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> |