summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 03:17:17 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 03:17:17 +0000
commit95be1f7ad98683a7d630b36606c6b97a42d4c3e3 (patch)
tree24fc3595b4971be0861b419681dfd7d2a0115f61 /lang/clisp
parentb3844736918f78deac04ede494cd1ea81126ebb9 (diff)
downloadpkgsrc-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/Makefile10
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