From 52e00c1aaaa44821cec2c31131401a295e53f28b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 25 Feb 2004 10:03:39 +0000 Subject: BROKEN on !i386 and !sparc64: Does not compile --- lang/squeak3/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index b3f23d8bb70a..692132aa1240 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -66,6 +66,12 @@ MAKE_ARGS+= CC=${CC} MAKE_ARGS+= CCFLAGS="${CFLAGS}" .endif +.include + +.if ${ARCH} != "i386" && ${ARCH} != "sparc64" +BROKEN= "Does not compile on !i386 and !sparc64" +.endif + pre-configure: @${MKDIR} ${BUILD_WRKSRC} @cd ${WRKSRC}/platforms/unix/npsqueak && ${REINPLACE_CMD} -e 's|include|include -I${X11BASE}/include|g' Makefile @@ -94,4 +100,4 @@ post-install: ${STRIP_CMD} ${PREFIX}/share/squeak/${SQUEAK_VERSION}/squeak ${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3