diff options
author | pav <pav@FreeBSD.org> | 2007-07-15 06:06:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-15 06:06:36 +0800 |
commit | 367da4e74aea2dbf1dafb89125edd16ec54fdab1 (patch) | |
tree | c4d1ad169abc0989c9413178ca85da50f7c30da0 /games/wormux | |
parent | 500c8bd2e69a22142b8538d317e310a63bc495cd (diff) | |
download | freebsd-ports-gnome-367da4e74aea2dbf1dafb89125edd16ec54fdab1.tar.gz freebsd-ports-gnome-367da4e74aea2dbf1dafb89125edd16ec54fdab1.tar.zst freebsd-ports-gnome-367da4e74aea2dbf1dafb89125edd16ec54fdab1.zip |
- Mark BROKEN on 7.0: does not compile with gcc42
Requested by: Anton Yudin <contact@toha.org.ua> (maintainer)
Diffstat (limited to 'games/wormux')
-rw-r--r-- | games/wormux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wormux/Makefile b/games/wormux/Makefile index 2434505273ef..18db0a44b047 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -27,8 +27,8 @@ MAN6= wormux.6 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif .if !defined(WITHOUT_NLS) |