diff options
author | mef <mef@pkgsrc.org> | 2021-01-09 02:14:06 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-01-09 02:14:06 +0000 |
commit | 5a393906ac640bd3af3960844f7b91162de41c8d (patch) | |
tree | a8ef034d7995ef90e8a23dc0aee5f0fef2f68e18 /math/R | |
parent | 69921bf48ac0c2b88b1f98792ef6d9daf939fb23 (diff) | |
download | pkgsrc-5a393906ac640bd3af3960844f7b91162de41c8d.tar.gz |
(math/R) Ignore the warnings from autoreconf
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |