summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-05-30 17:10:04 +0000
committerdrochner <drochner@pkgsrc.org>2008-05-30 17:10:04 +0000
commitd36515c3a6b70d5b1fc682a704bb78042db8e646 (patch)
tree24c1bd24ed3f7aa34cb0c0354b45bc4e0934bfd0 /lang/guile/Makefile
parent53e404ff6b5ff27d2707d57bfe24c0ea9251e48d (diff)
downloadpkgsrc-d36515c3a6b70d5b1fc682a704bb78042db8e646.tar.gz
update to 1.8.5
changes: -new module: `(srfi srfi-88)' -New `postfix' read option, for SRFI-88 keyword syntax -Some I/O primitives have been inlined, which improves I/O performance -New object-based traps infrastructure -New support for working on Guile code from within Emacs -bugfixes pkgsrc note: added a patch which affects builds without thread support only (fixes crash on termination) approved by gdt
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r--lang/guile/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 432074bc30a..42b23c28035 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2008/03/29 05:12:16 tnn Exp $
+# $NetBSD: Makefile,v 1.86 2008/05/30 17:10:04 drochner Exp $
-DISTNAME= guile-1.8.4
-PKGREVISION= 2
+DISTNAME= guile-1.8.5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
@@ -19,6 +18,7 @@ USE_LIBTOOL= YES
USE_GNU_READLINE= YES
PTHREAD_AUTO_VARS= YES
INFO_FILES= YES
+PKGCONFIG_OVERRIDE= guile-1.8.pc.in
# XXX Make this conditional on the problematic systems.
# couldn't figure out how to work around an error on solaris-2.9/sparc with gcc when
@@ -26,6 +26,8 @@ INFO_FILES= YES
# a prototype.
CONFIGURE_ARGS+= --disable-error-on-warning
+#CONFIGURE_ARGS+= --without-threads
+
TEST_DIRS= .
TEST_TARGET= check