From 33eb77d0470c360149a438beed3238c7af687a4b Mon Sep 17 00:00:00 2001 From: minoura Date: Wed, 18 Aug 2004 13:51:50 +0000 Subject: 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. --- lang/gauche/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'lang/gauche') 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 -- cgit v1.2.3