From da022e0f8f651e6c2ad06da28218a41e0429b6f8 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 25 Feb 2004 10:34:28 +0000 Subject: BROKEN on !i386 5.x: Does not compile --- editors/emacs/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'editors/emacs') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 4dd6e7b..44214c0 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -32,6 +32,12 @@ CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run STRIP= MAN1= emacs.1 etags.1 ctags.1 +.include + +.if ${ARCH} != "i386" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on !i386 5.x" +.endif + post-install: .for file in emacs-19.34 emacsclient etags ctags b2m ${STRIP_CMD} ${PREFIX}/bin/${file} @@ -44,4 +50,4 @@ post-install: @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d -.include +.include -- cgit v1.1