pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono mono: Force epoll detection to fail on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7e11a11ff75
branches:  trunk
changeset: 385580:d7e11a11ff75
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Sep 20 06:18:36 2022 +0000

description:
mono: Force epoll detection to fail on SunOS

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

diffstat:

 lang/mono/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r eaddde6cfdc8 -r d7e11a11ff75 lang/mono/Makefile
--- a/lang/mono/Makefile        Tue Sep 20 02:12:21 2022 +0000
+++ b/lang/mono/Makefile        Tue Sep 20 06:18:36 2022 +0000
@@ -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+=       --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