pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R (math/R) Ignore the warnings from autoreconf
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfed993dcc5a
branches: trunk
changeset: 444489:bfed993dcc5a
user: mef <mef%pkgsrc.org@localhost>
date: Sat Jan 09 02:14:06 2021 +0000
description:
(math/R) Ignore the warnings from autoreconf
diffstat:
math/R/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 66ea1634011e -r bfed993dcc5a math/R/Makefile
--- a/math/R/Makefile Sat Jan 09 01:22:03 2021 +0000
+++ b/math/R/Makefile Sat Jan 09 02:14:06 2021 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index