summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 03:19:45 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 03:19:45 +0000
commit031ec3933686caffe0a6c906b2c28f5399d89355 (patch)
treef897e7f7eb578783d56a4a58b7c6dfbe159f1c56 /lang/clisp
parent1df11b92941962c0900e28c79c831500245d1c11 (diff)
downloadpkgsrc-031ec3933686caffe0a6c906b2c28f5399d89355.tar.gz
Remove NOT_FOR_PLATFORM here; failing the parent package is sufficient.
(If we decide we want the restrictions here after all so modules fail up front, which isn't completely useless, they should at least match the ones on the parent package.)
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/module.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/clisp/module.mk b/lang/clisp/module.mk
index 45034615be8..d34c5d89242 100644
--- a/lang/clisp/module.mk
+++ b/lang/clisp/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.5 2014/12/10 23:24:42 joerg Exp $
+# $NetBSD: module.mk,v 1.6 2015/01/04 03:19:45 dholland Exp $
# Used variables:
# CLISP_MODULE - name of module and subdirectory in "modules"
@@ -6,11 +6,6 @@
CLISP_VERSION= 2.49
DISTNAME= clisp-$(CLISP_VERSION)
-# 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
-
CONFIGURE_DIRS= modules/$(CLISP_MODULE)
GNU_CONFIGURE= YES
BUILD_TARGET= clisp-module # converting to "all"