pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R math/R: omit unknown configure option --with-li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5a2471bb5b2
branches:  trunk
changeset: 408934:a5a2471bb5b2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 13 17:36:48 2020 +0000

description:
math/R: omit unknown configure option --with-libiconv-prefix

diffstat:

 math/R/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2578275d28a8 -r a5a2471bb5b2 math/R/Makefile
--- a/math/R/Makefile   Mon Jan 13 17:35:05 2020 +0000
+++ b/math/R/Makefile   Mon Jan 13 17:36:48 2020 +0000
@@ -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 @@
 PTHREAD_AUTO_VARS=     yes
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ARGS+=       --enable-R-shlib
 CONFIGURE_ARGS+=       --with-readline
 CONFIGURE_ARGS+=       --with-lapack



Home | Main Index | Thread Index | Old Index