pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/mono6



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug 31 10:30:03 UTC 2019

Modified Files:
        pkgsrc/lang/mono6: Makefile

Log Message:
mono6: also disable btls-lib


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/mono6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/mono6/Makefile
diff -u pkgsrc/lang/mono6/Makefile:1.2 pkgsrc/lang/mono6/Makefile:1.3
--- pkgsrc/lang/mono6/Makefile:1.2      Thu Aug 29 12:19:44 2019
+++ pkgsrc/lang/mono6/Makefile  Sat Aug 31 10:30:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/29 12:19:44 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/08/31 10:30:03 nia Exp $
 
 DISTNAME=      mono-6.0.0.313
 CATEGORIES=    lang
@@ -27,6 +27,7 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 
 # The boringtls provider seems Linux-only and requires CMake to build.
 CONFIGURE_ARGS+=       --disable-btls
+CONFIGURE_ARGS+=       --disable-btls-lib
 
 # Requires a cwrappers change: http://mail-index.netbsd.org/tech-pkg/2019/08/16/msg021791.html
 USE_CWRAPPERS=         no



Home | Main Index | Thread Index | Old Index