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: joerg
Date: Thu Sep 8 20:41:26 UTC 2016
Modified Files:
pkgsrc/math/R: Makefile
Log Message:
Override zlib 1.2.5 check in configure, it is not required. Unbreaks
NetBSD 7.0 and earlier.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 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.167 pkgsrc/math/R/Makefile:1.168
--- pkgsrc/math/R/Makefile:1.167 Tue Jul 26 04:53:33 2016
+++ pkgsrc/math/R/Makefile Thu Sep 8 20:41:25 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2016/07/26 04:53:33 wen Exp $
+# $NetBSD: Makefile,v 1.168 2016/09/08 20:41:25 joerg Exp $
DISTNAME= R-3.3.1
CATEGORIES= math
@@ -69,6 +69,8 @@ CONFIGURE_ENV+= r_cv_complete_blas=yes
# Broken test for bzlib >= 1.0.5 in R 2.7.0
CONFIGURE_ENV+= r_cv_have_bzlib=yes
+# Override zlib 1.2.5 requirement
+CONFIGURE_ENV+= r_cv_header_zlib_h=yes
CONFIGURE_ENV+= GETWD=${TOOLS_PWD_CMD}
CONFIGURE_ENV+= lt_cv_path_LD=${LD:Q}
@@ -128,7 +130,6 @@ SUBST_STAGE.fixwrap= post-build
SUBST_FILES.fixwrap= libtool
SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDIR}/libtool,${PKG_LIBTOOL},g"
-BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.5
BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5
.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)
Home |
Main Index |
Thread Index |
Old Index