diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:17:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:17:17 +0000 |
commit | aebc899d79a4cadcf9115fb94779d97ff91ef86d (patch) | |
tree | 54634a9990355ac15bd9272dfd938d169c386b35 /lang | |
parent | BROKEN: Does not compile on sparc64 (diff) |
BROKEN on sparc64 as well
Notes
Notes:
svn path=/head/; revision=106783
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index 692132aa1240..9b56115c2e4e 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -68,8 +68,8 @@ MAKE_ARGS+= CCFLAGS="${CFLAGS}" .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "sparc64" -BROKEN= "Does not compile on !i386 and !sparc64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif pre-configure: |