pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gauche Remive ONLY_FOR_PLATFORMS:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/668a21de1f24
branches:  trunk
changeset: 479623:668a21de1f24
user:      minoura <minoura%pkgsrc.org@localhost>
date:      Wed Aug 18 13:51:50 2004 +0000

description:
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:

 lang/gauche/Makefile |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (27 lines):

diff -r 3273d245c353 -r 668a21de1f24 lang/gauche/Makefile
--- a/lang/gauche/Makefile      Wed Aug 18 13:43:46 2004 +0000
+++ b/lang/gauche/Makefile      Wed Aug 18 13:51:50 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index