From 367da4e74aea2dbf1dafb89125edd16ec54fdab1 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 14 Jul 2007 22:06:36 +0000 Subject: - Mark BROKEN on 7.0: does not compile with gcc42 Requested by: Anton Yudin (maintainer) --- games/wormux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/wormux') diff --git a/games/wormux/Makefile b/games/wormux/Makefile index 2434505..18db0a4 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -27,8 +27,8 @@ MAN6= wormux.6 .include -.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) -- cgit v1.1