diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:03:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:03:09 +0000 |
commit | 41fb90489c67acba96b8f0e2020813da3ec8e3a2 (patch) | |
tree | d8f33d2dd0c213c5ad56f0b140d1e595198bc702 /games | |
parent | BROKEN on !i386: Coredump during build (diff) |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=121908
Diffstat (limited to 'games')
-rw-r--r-- | games/csmash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 2a060cf15fc6..5ba6a076f48a 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "amd64" -BROKEN= "Does not compile on alpha or amd64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-patch: |