From 2b2c12c28b66d24f54d7244e1d83da35251424dd Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 May 2007 20:23:12 +0000 Subject: BROKEN with gcc 4.2 --- games/adonthell/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games') diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 17f1665d1035..314a9a738b49 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -32,6 +32,10 @@ CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib .include +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not build on sparc64 .endif -- cgit