diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-30 17:57:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-30 17:57:03 +0000 |
commit | b20ea845bc730388f9888257ced8c51fecb27123 (patch) | |
tree | 02d525d17e53aee96bbbbe71476da01cb7c6903a /lang/guile | |
parent | 204475425eeb720abe416b7a5e28cbee1ae2738e (diff) | |
download | pkgsrc-b20ea845bc730388f9888257ced8c51fecb27123.tar.gz |
Set PTHREAD_AUTO_VARS to make this link
against libpthread again after
recent pthread.bl3.mk rototillage. From jlam.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 046889d126c..b917268c892 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2004/11/23 16:04:35 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2004/11/30 17:57:03 wiz Exp $ DISTNAME= guile-1.6.5 PKGREVISION= 1 @@ -16,6 +16,7 @@ GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_GNU_READLINE= YES +PTHREAD_AUTO_VARS= YES USE_MAKEINFO= YES INFO_FILES= guile.info guile-tut.info goops.info r5rs.info |