summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-04-22 22:13:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-04-22 22:13:39 +0000
commit9d431936db35c14642f91ace08cd324239b169e5 (patch)
treefdc49e3c67a88425e36d0136b7fd749812299776 /lang/clisp
parentBROKEN on !i386 and on 4.x: Does not compile (diff)
BROKEN on amd64, ia64 and 4.x: Does not build
Notes
Notes: svn path=/head/; revision=160172
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 3d189651e226..6e60f5e62470 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -35,6 +35,11 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
.if ${ARCH} == amd64 || ${ARCH} == ia64
CONFIGURE_ARGS+= --disable-mmap
+BROKEN= Does not compile on ${ARCH}
+.endif
+
+.if ${OSVERSION} < 500000
+BROKEN= Coredump during build on 4.x
.endif
# The source doesn't include a top-level Makefile, so we'll fake one.