diff options
author | jruoho <jruoho> | 2011-03-29 18:07:50 +0000 |
---|---|---|
committer | jruoho <jruoho> | 2011-03-29 18:07:50 +0000 |
commit | 07b88c89dc6e40a12d4c9e8c81c60af7dbb8097d (patch) | |
tree | 9b6e9907117017cef05f679bb77e495581c29d4c /math | |
parent | 7f32c8a667f7289343b5927e05b94fa24e7860f0 (diff) | |
download | pkgsrc-07b88c89dc6e40a12d4c9e8c81c60af7dbb8097d.tar.gz |
As suggested by joerg@, set PTHREAD_AUTO_VARS="yes". This fixes the issues
discussed in:
http://mail-index.netbsd.org/pkgsrc-users/2011/01/24/msg013585.html
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 7ac129425c6..fc4d55ce174 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2011/01/13 13:38:42 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2011/03/29 18:07:50 jruoho Exp $ DISTNAME= R-2.11.1 PKGREVISION= 2 @@ -24,6 +24,8 @@ USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes TEXINFO_REQD= 4.7 +PTHREAD_AUTO_VARS= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-R-shlib CONFIGURE_ARGS+= --with-x |