diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-11-12 14:40:20 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-11-12 14:40:20 +0000 |
commit | c3d62f103b9c769bb6945eff24f24bab4a9521a1 (patch) | |
tree | e397ee918cfbb840d9b0ed8de94a4ab618a66412 /math | |
parent | 1294646d3d2943cb01c2ad4969b077bfabaf42e1 (diff) | |
download | pkgsrc-c3d62f103b9c769bb6945eff24f24bab4a9521a1.tar.gz |
*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
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 |