pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono6 mono6: help the next person to try the SunO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c7af95f5d13
branches:  trunk
changeset: 340861:7c7af95f5d13
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Oct 10 00:06:12 2019 +0000

description:
mono6: help the next person to try the SunOS build.

Don't disable sgen after we enabled it in configure.ac
(I'm not sure the non-sgen non-boehm option is even supported).

Disable dtrace, needs a makefile fixup and is an optional thing, so
let's leave it for later.

diffstat:

 lang/mono6/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e317d13c8a0d -r 7c7af95f5d13 lang/mono6/Makefile
--- a/lang/mono6/Makefile       Wed Oct 09 23:52:10 2019 +0000
+++ b/lang/mono6/Makefile       Thu Oct 10 00:06:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/10/09 22:46:04 maya Exp $
+# $NetBSD: Makefile,v 1.8 2019/10/10 00:06:12 maya Exp $
 
 DISTNAME=      mono-6.4.0.198
 CATEGORIES=    lang
@@ -151,7 +151,7 @@
 # Conflicts with the above settings
 CONFIGURE_ENV+=                ac_cv_func_madvise=no
 CONFIGURE_ARGS+=       --with-mcs-docs=no
-CONFIGURE_ARGS+=       --with-sgen=no
+CONFIGURE_ARGS+=       --enable-dtrace=no
 CONFIGURE_ARGS+=       --with-sigaltstack=no
 CONFIGURE_ENV+=                ac_cv_func_getdomainname=no
 CONFIGURE_ENV+=                ac_cv_func_setdomainname=no



Home | Main Index | Thread Index | Old Index