summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2004-08-18 13:51:50 +0000
committerminoura <minoura@pkgsrc.org>2004-08-18 13:51:50 +0000
commit33eb77d0470c360149a438beed3238c7af687a4b (patch)
tree13bdd99142f604052c38bec346f2b8baf5982980 /lang
parent045e9208438b8af866921a1012827f61376b4b62 (diff)
downloadpkgsrc-33eb77d0470c360149a438beed3238c7af687a4b.tar.gz
Remive ONLY_FOR_PLATFORMS:
- Now that we depend on devel/boehm-gc, we can rely on it. - Gauche is now reported to work on Linux/Alpha; it means LP64 problem is fixed.
Diffstat (limited to 'lang')
-rw-r--r--lang/gauche/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 5cc9063ffd9..a15d55be34e 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/08/08 07:05:38 minoura Exp $
+# $NetBSD: Makefile,v 1.24 2004/08/18 13:51:50 minoura Exp $
#
DISTNAME= Gauche-0.8.1
@@ -12,17 +12,6 @@ COMMENT= R5RS Scheme implementation aimed to be a handy tool for daily works
DEPENDS+= slib-[0-9]*:../../devel/slib
-# Due to GC dynamic loading support, this package runs on limited platforms
-# Plus, it is not LP64-safe
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-mipsel NetBSD-*-powerpc
-ONLY_FOR_PLATFORM+= Linux-*-* SunOS-*-* Darwin-*-*
-.include "../../mk/bsd.prefs.mk"
-.if (${MACHINE_ARCH} == "i386" && ${OPSYS} == "NetBSD")
-. if ${OBJECT_FMT} != "ELF"
-BROKEN=Test required on NetBSD/i386 a.out
-. endif
-.endif
-
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib