From 680bd46180e454594f70e4ef3be9cfe4a8a8d99d Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 25 Feb 2004 10:22:42 +0000 Subject: BROKEN on !i386: Does not compile --- editors/mule-common/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/mule-common') diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 399647d2079d..bda1b392db88 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -23,6 +23,10 @@ EMACS_VERSION= 19.34 .include +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + WRKDIRBASE= ${WRKDIRPREFIX}${.CURDIR:S,/editors/mule-common$,,} .for dir in chinese/mule-freewnn \ -- cgit