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:   maya
Date:           Thu Oct 10 00:06:12 UTC 2019

Modified Files:
        pkgsrc/lang/mono6: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/lang/mono6/Makefile:1.8
--- pkgsrc/lang/mono6/Makefile:1.7      Wed Oct  9 22:46:04 2019
+++ pkgsrc/lang/mono6/Makefile  Thu Oct 10 00:06:12 2019
@@ -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 @@ CFLAGS+=            -D_XOPEN_SOURCE=600
 # 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