summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-10 15:46:36 +0000
committernia <nia@pkgsrc.org>2020-01-10 15:46:36 +0000
commita12cd52a711cf6b7641564f04c47caa6e4390596 (patch)
tree1f324b76b0547fe16dfc2870fe49b758350f4047 /chat
parentf8fa745bd24692e44435b04ebadf402b578afb73 (diff)
downloadpkgsrc-a12cd52a711cf6b7641564f04c47caa6e4390596.tar.gz
unrealircd: Build fix: don't accidentally detect epoll on SunOS
Diffstat (limited to 'chat')
-rw-r--r--chat/unrealircd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile
index 0e0dbfcc859..dcc36c621b1 100644
--- a/chat/unrealircd/Makefile
+++ b/chat/unrealircd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2019/08/22 12:22:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.66 2020/01/10 15:46:36 nia Exp $
DISTNAME= unrealircd-4.2.4.1
PKGREVISION= 2
@@ -59,6 +59,10 @@ OWN_DIRS_PERMS+= ${PREFIX}/unrealircd/tmp ${UIRCD_USER} ${UIRCD_GROUP} 0700
CONFIGURE_ARGS+= --with-sendq=${UIRCD_SENDQ:Q}
CONFIGURE_ARGS+= --with-nick-history=${UIRCD_NICKHIST:Q}
+CONFIGURE_ENV.SunOS+= ac_cv_func_epoll_create=no
+CONFIGURE_ENV.SunOS+= ac_cv_func_epoll_ctl=no
+CONFIGURE_ENV.SunOS+= ac_cv_func_epoll_wait=no
+
IRCD_EG= ${PREFIX}/share/examples/unrealircd
BUILD_DEFS+= UIRCD_SENDQ UIRCD_NICKHIST VARBASE