From 5a393906ac640bd3af3960844f7b91162de41c8d Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 9 Jan 2021 02:14:06 +0000 Subject: (math/R) Ignore the warnings from autoreconf --- math/R/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/R') diff --git a/math/R/Makefile b/math/R/Makefile index 01f80cc6d95..2f11dcebc30 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.219 2020/10/12 21:51:58 bacon Exp $ +# $NetBSD: Makefile,v 1.220 2021/01/09 02:14:06 mef Exp $ DISTNAME= R-4.0.3 PKGREVISION= 1 @@ -140,7 +140,7 @@ CTF_FILES_SKIP+= lib/R/library/mgcv/libs/mgcv.so CHECK_WRKREF_SKIP+= lib/R/etc/Makeconf pre-configure: - ${RUN} cd ${WRKSRC} && autoreconf -fvi + ${RUN} cd ${WRKSRC} && autoreconf -fvi || echo Ignore the warnings from autoreconf # Fix library names. Relies on build system using -headerpad_max_install_names. .if ${OPSYS} == "Darwin" -- cgit v1.2.3