From aebc899d79a4cadcf9115fb94779d97ff91ef86d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 12 Apr 2004 04:17:17 +0000 Subject: [PATCH] BROKEN on sparc64 as well --- lang/squeak3/Makefile | 4 ++-- 1 file 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 -.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: