pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/spdylay spdylay: Illumos does have Linux-compatibl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2da176ba9e8
branches:  trunk
changeset: 377734:a2da176ba9e8
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 15:43:39 2022 +0000

description:
spdylay: Illumos does have Linux-compatible epoll(2)

diffstat:

 www/spdylay/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64794c7f0abe -r a2da176ba9e8 www/spdylay/Makefile
--- a/www/spdylay/Makefile      Sun Apr 24 15:42:30 2022 +0000
+++ b/www/spdylay/Makefile      Sun Apr 24 15:43:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/04/18 19:10:12 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/24 15:43:39 tnn Exp $
 
 DISTNAME=      spdylay-1.4.0
 PKGREVISION=   6
@@ -33,7 +33,7 @@
 
 # bin/spdyd requires epoll or kqueue
 PLIST_VARS+=   spdyd
-.if ${OPSYS} != "SunOS"
+.if ${OPSYS} != "SunOS" || exists(/usr/include/sys/epoll.h)
 PLIST.spdyd=   yes
 .endif
 



Home | Main Index | Thread Index | Old Index