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: rumko
Date: Sun Sep 10 20:36:56 UTC 2017
Modified Files:
pkgsrc/math/R: Makefile
Log Message:
math/R: fix build on fbsd
cpow and clog are not implemented on FreeBSD and the configure checks only
emit warnings instead of errors.
Ok@ markd
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 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.174 pkgsrc/math/R/Makefile:1.175
--- pkgsrc/math/R/Makefile:1.174 Thu Aug 24 20:03:28 2017
+++ pkgsrc/math/R/Makefile Sun Sep 10 20:36:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.174 2017/08/24 20:03:28 adam Exp $
+# $NetBSD: Makefile,v 1.175 2017/09/10 20:36:56 rumko Exp $
DISTNAME= R-3.3.3
PKGREVISION= 2
@@ -46,6 +46,10 @@ CONFIGURE_ARGS+= --with-system-xz
CONFIGURE_ARGS+= --enable-long-double=no
.endif
+# cpow and clog are not implemented on FreeBSD
+CONFIGURE_ENV.FreeBSD+= ac_cv_have_decl_clog=no
+CONFIGURE_ENV.FreeBSD+= ac_cv_have_decl_cpow=no
+
.if ${OPSYS} != "Linux"
USE_GNU_ICONV= yes # latin1 support, iconvlist
.endif
Home |
Main Index |
Thread Index |
Old Index