diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 03:19:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 03:19:45 +0000 |
commit | 2b2a6ddcce819fb7f2d5a8eab4629f8afe752e60 (patch) | |
tree | f897e7f7eb578783d56a4a58b7c6dfbe159f1c56 /lang/clisp/module.mk | |
parent | 95be1f7ad98683a7d630b36606c6b97a42d4c3e3 (diff) | |
download | pkgsrc-2b2a6ddcce819fb7f2d5a8eab4629f8afe752e60.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/module.mk')
-rw-r--r-- | lang/clisp/module.mk | 7 |
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" |