summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-01-20 06:35:45 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-01-20 06:35:45 +0000
commit8a1c08818d7e9d2d3a23e038ff92c0841b45f0c6 (patch)
tree65e40417abcbf6c3d86ee7f8bb254c721969b74f /lang/gauche
parent44c19e7c540a04cf0a0742fac801ea6e6c89adc1 (diff)
downloadpkgsrc-8a1c08818d7e9d2d3a23e038ff92c0841b45f0c6.tar.gz
Enable pthread support; bump revision to 1.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 778e3b43955..80ff274b359 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.39 2007/01/19 12:59:00 uebayasi Exp $
+# $NetBSD: Makefile,v 1.40 2007/01/20 06:35:45 uebayasi Exp $
#
DISTNAME= Gauche-0.8.9
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gauche/}
EXTRACT_SUFX= .tgz
-MAINTAINER= minoura@NetBSD.org
+MAINTAINER= uebayasi@NetBSD.org, minoura@NetBSD.org
HOMEPAGE= http://www.shiro.dreamhost.com/scheme/gauche/index.html
COMMENT= R5RS Scheme implementation aimed to be a handy tool for daily works
@@ -19,7 +20,7 @@ EVAL_PREFIX+= SLIB_PREFIX=slib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-slib=${SLIB_PREFIX}/share/slib
CONFIGURE_ARGS+= --enable-multibyte=utf-8
-CONFIGURE_ARGS+= --enable-threads=none # must match w/ boehm-gc
+CONFIGURE_ARGS+= --enable-threads=pthreads
CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c"
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
@@ -27,10 +28,11 @@ CONFIGURE_ARGS+= --with-iconv-lib=${BUILDLINK_LDADD.iconv:M-l*:S/-l//:Q}
MAKE_ENV+= ICONV_LDFLAGS=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.iconv}/lib
USE_TOOLS+= gzip makeinfo
-INFO_FILES= # PLIST
+INFO_FILES= yes # PLIST
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
post-install:
gzip -d ${PREFIX}/${PKGINFODIR}/gauche-ref*gz