pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mono



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep 20 06:18:36 UTC 2022

Modified Files:
        pkgsrc/lang/mono: Makefile

Log Message:
mono: Force epoll detection to fail on SunOS

illumos has the header and functions but it shouldn't be used.


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/lang/mono/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/mono/Makefile
diff -u pkgsrc/lang/mono/Makefile:1.205 pkgsrc/lang/mono/Makefile:1.206
--- pkgsrc/lang/mono/Makefile:1.205     Thu Jun 30 11:18:33 2022
+++ pkgsrc/lang/mono/Makefile   Tue Sep 20 06:18:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.205 2022/06/30 11:18:33 nia Exp $
+# $NetBSD: Makefile,v 1.206 2022/09/20 06:18:36 nia Exp $
 
 DISTNAME=      mono-6.12.0.122
 PKGREVISION=   7
@@ -134,6 +134,9 @@ CONFIGURE_ARGS+=    --enable-dtrace=no
 CONFIGURE_ARGS+=       --with-sigaltstack=no
 CONFIGURE_ENV+=                ac_cv_func_getdomainname=no
 CONFIGURE_ENV+=                ac_cv_func_setdomainname=no
+CONFIGURE_ENV+=                ac_cv_func_epoll_ctl=no
+CONFIGURE_ENV+=                ac_cv_func_epoll_create1=no
+CONFIGURE_ENV+=                ac_cv_header_sys_epoll_h=no
 ULIMIT_CMD_datasize=   ulimit -d 524288
 ULIMIT_CMD_stacksize=  ulimit -s 10240
 .elif ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index