pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/unrealircd unrealircd: Build fix: don't accidenta...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9810bcba4e7
branches: trunk
changeset: 347320:b9810bcba4e7
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jan 10 15:46:36 2020 +0000
description:
unrealircd: Build fix: don't accidentally detect epoll on SunOS
diffstat:
chat/unrealircd/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r e4ef2a58305f -r b9810bcba4e7 chat/unrealircd/Makefile
--- a/chat/unrealircd/Makefile Fri Jan 10 15:27:25 2020 +0000
+++ b/chat/unrealircd/Makefile Fri Jan 10 15:46:36 2020 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index