From 196d607402062007c7ac1fe57baccc8b84442080 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 25 Oct 2007 00:39:13 +0000 Subject: [PATCH] Mark as broken on amd64-7 (and, presumably, sparc64-7). --- games/8kingdoms/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/games/8kingdoms/Makefile b/games/8kingdoms/Makefile index fddcfb943066..f9849535a44b 100644 --- a/games/8kingdoms/Makefile +++ b/games/8kingdoms/Makefile @@ -76,4 +76,12 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include