summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-29 12:19:44 +0000
committernia <nia@pkgsrc.org>2019-08-29 12:19:44 +0000
commit8eafeb433c90b0183d2f6365a882b2ae0353fd66 (patch)
tree688a20f4c1720753a93acd88e56767097e6768b0 /lang
parentc24d827bdb69865cb24df05f513ae96940869f3f (diff)
downloadpkgsrc-8eafeb433c90b0183d2f6365a882b2ae0353fd66.tar.gz
mono6: disable boringtls to try to help things on linux
the provider is Linux-only and is complaining it doesn't have CMake.
Diffstat (limited to 'lang')
-rw-r--r--lang/mono6/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/mono6/Makefile b/lang/mono6/Makefile
index 5e65e1b806f..5f9f7ff7cf7 100644
--- a/lang/mono6/Makefile
+++ b/lang/mono6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/25 16:37:01 maya Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/29 12:19:44 nia Exp $
DISTNAME= mono-6.0.0.313
CATEGORIES= lang
@@ -12,7 +12,7 @@ LICENSE= mit AND gnu-gpl-v2 AND gnu-lgpl-v2 AND apache-2.0
WRKSRC= ${WRKDIR}/${DISTNAME}
-BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+TOOL_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
CONFLICTS= pnet-[0-9]* mcsim-[0-9]* lc-[0-9]*
ALL_ENV+= MONO_SHARED_DIR=${WRKDIR} PLATFORM=
@@ -25,6 +25,9 @@ GNU_CONFIGURE= yes
PKG_SYSCONFSUBDIR= mono
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+# The boringtls provider seems Linux-only and requires CMake to build.
+CONFIGURE_ARGS+= --disable-btls
+
# Requires a cwrappers change: http://mail-index.netbsd.org/tech-pkg/2019/08/16/msg021791.html
USE_CWRAPPERS= no