aboutsummaryrefslogtreecommitdiffstats
path: root/games/8kingdoms
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-04-06 15:50:55 +0800
committerlinimon <linimon@FreeBSD.org>2010-04-06 15:50:55 +0800
commit08f919ae6a6a46b4400ce4d6b5046722752b0533 (patch)
tree79ddc2bc4180c928a56f0b3eb277c436f7af4340 /games/8kingdoms
parente055d3d7c4ae8da606e2fc1cca2511834812034f (diff)
downloadfreebsd-ports-08f919ae6a6a46b4400ce4d6b5046722752b0533.tar.gz
freebsd-ports-08f919ae6a6a46b4400ce4d6b5046722752b0533.tar.zst
freebsd-ports-08f919ae6a6a46b4400ce4d6b5046722752b0533.zip
Mark various ports as ignore or broken on ia64.
Hat: portmgr
Diffstat (limited to 'games/8kingdoms')
-rw-r--r--games/8kingdoms/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
.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