From 08f919ae6a6a46b4400ce4d6b5046722752b0533 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 6 Apr 2010 07:50:55 +0000 Subject: Mark various ports as ignore or broken on ia64. Hat: portmgr --- games/8kingdoms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/8kingdoms') diff --git a/games/8kingdoms/Makefile b/games/8kingdoms/Makefile index 00503d2f44e4..613fcbf0505d 100644 --- a/games/8kingdoms/Makefile +++ b/games/8kingdoms/Makefile @@ -78,7 +78,7 @@ post-install: .include .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif -- cgit