diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index c828159d5b0..469d8ea3dc1 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2018/11/12 03:52:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.191 2018/11/12 14:40:22 jperkin Exp $ DISTNAME= R-3.5.1 PKGREVISION= 3 @@ -142,6 +142,9 @@ SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDIR}/libtool,${PKG_LIBTOOL},g" BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5 +# failed to convert strong functions and variables: Invalid type identifier +CTF_FILES_SKIP+= lib/R/library/mgcv/libs/mgcv.so + pre-configure: ${RUN} cd ${WRKSRC} && autoreconf -fvi |