summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-07-24 21:03:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-07-24 21:03:29 +0000
commit5255e885e38b9e1a9b08c184fbfe1b4be4d8d8e2 (patch)
tree80bbdc67c255e4e8cc46ba707d835570ca6dd60f /editors
parentCheck for extra files on !i386 also (diff)
BROKEN on 6.0: Configure fails
Notes
Notes: svn path=/head/; revision=140037
Diffstat (limited to 'editors')
-rw-r--r--editors/mule/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index a3f3f02f4143..10ded89ab364 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -99,6 +99,10 @@ ELC_DIR= ../lisp
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 600031
+BROKEN= "Configure fails on amd64 >= 6.x"
+.endif
+
# Make a value of INPUT_METHOD
.if defined(INPUT_METHOD)
INPUT_METHOD!= ${ECHO_CMD} ${INPUT_METHOD} | sed -e 's/^/-/' -e 's/ /+/g'