pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jan 13 17:36:48 UTC 2020

Modified Files:
        pkgsrc/math/R: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 pkgsrc/math/R/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.206 pkgsrc/math/R/Makefile:1.207
--- pkgsrc/math/R/Makefile:1.206        Sun Jan 12 20:20:30 2020
+++ pkgsrc/math/R/Makefile      Mon Jan 13 17:36:48 2020
@@ -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



Home | Main Index | Thread Index | Old Index