diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-13 17:36:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-13 17:36:48 +0000 |
commit | c69a8f4fa134e98a7d931a6f74b40f5c65504b1b (patch) | |
tree | d689f2ded6c2d6fed5384275a5642cd4e165df5e /math | |
parent | e8c139ecb7a418acef480b9de738e463d531fef5 (diff) | |
download | pkgsrc-c69a8f4fa134e98a7d931a6f74b40f5c65504b1b.tar.gz |
math/R: omit unknown configure option --with-libiconv-prefix
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 6b85c3fb768..bc839467aac 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.206 2020/01/12 20:20:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.207 2020/01/13 17:36:48 rillig Exp $ DISTNAME= R-3.6.1 PKGREVISION= 2 @@ -25,6 +25,7 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_ICONV= no CONFIGURE_ARGS+= --enable-R-shlib CONFIGURE_ARGS+= --with-readline CONFIGURE_ARGS+= --with-lapack |