pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/unrealircd
Module Name: pkgsrc
Committed By: nia
Date: Fri Jan 10 15:46:36 UTC 2020
Modified Files:
pkgsrc/chat/unrealircd: Makefile
Log Message:
unrealircd: Build fix: don't accidentally detect epoll on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/chat/unrealircd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/unrealircd/Makefile
diff -u pkgsrc/chat/unrealircd/Makefile:1.65 pkgsrc/chat/unrealircd/Makefile:1.66
--- pkgsrc/chat/unrealircd/Makefile:1.65 Thu Aug 22 12:22:54 2019
+++ pkgsrc/chat/unrealircd/Makefile Fri Jan 10 15:46:36 2020
@@ -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/tm
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