diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-05 23:15:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-05 23:15:59 +0800 |
commit | 72e43c731f7167424a09db711f6449f890c8563f (patch) | |
tree | c8fcffec719072e7be0a70250e8c88b4addaa5a5 | |
parent | 0b6009698f47ecc78db591c8e54ea117ef3b7c79 (diff) | |
download | freebsd-ports-gnome-72e43c731f7167424a09db711f6449f890c8563f.tar.gz freebsd-ports-gnome-72e43c731f7167424a09db711f6449f890c8563f.tar.zst freebsd-ports-gnome-72e43c731f7167424a09db711f6449f890c8563f.zip |
Also broken on ia64 and powerpc.
Hat: portmgr
-rw-r--r-- | games/crafty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index ba1db5f02c7c..966a4ab00754 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -55,8 +55,8 @@ OPT= -DCPUS=4 -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ OPT+= -DINLINE32 .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64 or sparc64 .endif .if defined(WITH_BOOK) |