pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/spdylay
Module Name: pkgsrc
Committed By: tnn
Date: Sun Apr 24 15:43:39 UTC 2022
Modified Files:
pkgsrc/www/spdylay: Makefile
Log Message:
spdylay: Illumos does have Linux-compatible epoll(2)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/spdylay/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/spdylay/Makefile
diff -u pkgsrc/www/spdylay/Makefile:1.13 pkgsrc/www/spdylay/Makefile:1.14
--- pkgsrc/www/spdylay/Makefile:1.13 Mon Apr 18 19:10:12 2022
+++ pkgsrc/www/spdylay/Makefile Sun Apr 24 15:43:39 2022
@@ -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 @@ LIBS.SunOS+= -lsocket
# 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