summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-16 22:36:40 +0000
committerrillig <rillig@pkgsrc.org>2005-11-16 22:36:40 +0000
commitfecfdfc25c69decf62b192bf080a8c00982175a3 (patch)
tree582f4dda7cd3a485c194005d62130585feab6fd5 /lang/chicken/Makefile
parent116cf5a85fdbd63febfc795d220b01c20cb604db (diff)
downloadpkgsrc-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/Makefile9
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"