From 163d11b454b962adc2876e336f284ed549fad2b9 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 14 Mar 2004 01:29:36 +0000 Subject: BROKEN on !i386 and !alpha: Does not compile --- lang/smalltalk/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/smalltalk') diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index d47c01fd9864..d5d510a24dc5 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -42,6 +42,12 @@ CONFIGURE_ARGS+= --with-tcl=no PLIST_SUB+= TCLTK="@comment " .endif +.include + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Does not compile on !i386 and !alpha" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/*.info* @@ -54,4 +60,4 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp -.include +.include -- cgit