diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 09:01:39 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 09:01:39 +0000 |
commit | 3e26ed7541d94eef56ae37b909cced2408225639 (patch) | |
tree | 09d09bb4c21977f639123df300b65eda4c970e82 /games/crafty | |
parent | Mark as broken on all 64-bit architectures. (diff) |
Mark as broken on non-i386.
Notes
Notes:
svn path=/head/; revision=200332
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index c4dc9ea46abd..4cb41d5b9891 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -55,6 +55,8 @@ OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ .if ${ARCH} == "i386" OPT+= -DINLINE32 +.else +BROKEN= does not install on 64-bit architectures .endif MAKE_ENV+= opt="${OPT}" target=${OPSYS} CXFLAGS="${CXXFLAGS}" |