diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 03:17:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 03:17:17 +0000 |
commit | 95be1f7ad98683a7d630b36606c6b97a42d4c3e3 (patch) | |
tree | 24fc3595b4971be0861b419681dfd7d2a0115f61 /lang/clisp | |
parent | b3844736918f78deac04ede494cd1ea81126ebb9 (diff) | |
download | pkgsrc-95be1f7ad98683a7d630b36606c6b97a42d4c3e3.tar.gz |
Use BROKEN_ON_PLATFORM; also remove sparc64 restriction since the link
for it points to a bug that's been fixed upstream.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 92b5a8ec104..98751acee72 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2014/10/09 14:06:37 wiz Exp $ +# $NetBSD: Makefile,v 1.105 2015/01/04 03:17:17 dholland Exp $ # DISTNAME= clisp-2.49 @@ -12,13 +12,11 @@ HOMEPAGE= http://clisp.cons.org/ COMMENT= CLISP, a Common Lisp implementation LICENSE= gnu-gpl-v2 -# Sparc64 has assembler code problems, see -# http://sourceforge.net/tracker/index.php?func=detail&aid=952681&group_id=1355&atid=101355 -NOT_FOR_PLATFORM= *-*-sparc64 -NOT_FOR_PLATFORM+= *-*-arm +# XXX: is this still current? +BROKEN_ON_PLATFORM+= *-*-arm # makes the bulk build hang under MirBSD -NOT_FOR_PLATFORM+= MirBSD-*-* +BROKEN_ON_PLATFORM+= MirBSD-*-* MAKE_JOBS_SAFE= no |