From 3891c82c49350c93d17a5d7caed28d0793366f98 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 2 Oct 2007 09:40:01 +0000 Subject: Mark as broken with gcc4.2. --- games/xlogical/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/xlogical/Makefile b/games/xlogical/Makefile index bc6cfcbcc730..49e174e0ed25 100644 --- a/games/xlogical/Makefile +++ b/games/xlogical/Makefile @@ -30,4 +30,10 @@ post-install: ${RM} ${WRKSRC}/LICENSE ${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR} -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include -- cgit v1.2.3