diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-16 22:36:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-16 22:36:40 +0000 |
commit | fecfdfc25c69decf62b192bf080a8c00982175a3 (patch) | |
tree | 582f4dda7cd3a485c194005d62130585feab6fd5 /lang/chicken/Makefile | |
parent | 116cf5a85fdbd63febfc795d220b01c20cb604db (diff) | |
download | pkgsrc-fecfdfc25c69decf62b192bf080a8c00982175a3.tar.gz |
Updated chicken to 2.2 using some patches by Peter Bex via private mail.
There are far too many details that have changed to mention here. Fixes
PR 30783.
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r-- | lang/chicken/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index e35d0927c75..6e9d8a7deb0 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:09 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/11/16 22:36:40 rillig Exp $ # -DISTNAME= chicken-1.89 +DISTNAME= chicken-2.2 CATEGORIES= lang MASTER_SITES= http://www.call-with-current-continuation.org/ @@ -12,14 +12,11 @@ COMMENT= Scheme to C compiler, handling R5RS GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes -TEST_TARGET= test INFO_FILES= chicken.info +MAKE_ENV+= MAKEINFO=${TRUE:Q} # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE} -# This is for the test target -UNLIMIT_RESOURCES= datasize - .include "../../mk/bsd.pkg.mk" |