diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:13:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:13:39 +0000 |
commit | 9d431936db35c14642f91ace08cd324239b169e5 (patch) | |
tree | fdc49e3c67a88425e36d0136b7fd749812299776 /lang/clisp | |
parent | 89053f4a8e4376f5c4bdd49d0598ae69dc44121d (diff) |
Notes
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 5 |
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. |