pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-EV Disable epoll on illumos too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f96396e830d5
branches:  trunk
changeset: 650462:f96396e830d5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 23 09:25:50 2015 +0000

description:
Disable epoll on illumos too.

diffstat:

 devel/p5-EV/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 75ba006372ec -r f96396e830d5 devel/p5-EV/Makefile
--- a/devel/p5-EV/Makefile      Thu Apr 23 09:23:46 2015 +0000
+++ b/devel/p5-EV/Makefile      Thu Apr 23 09:25:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/02/02 10:25:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2015/04/23 09:25:50 jperkin Exp $
 
 DISTNAME=      EV-4.18
 PKGNAME=       p5-${DISTNAME}
@@ -17,8 +17,8 @@
 
 OPSYSVARS+=    MAKE_ENV
 
-# Explicitly disable inotify on SunOS, assumes Linux statfs.
-MAKE_ENV.SunOS+=       EV_INOTIFY=0
+# Explicitly disable epoll and inotify on illumos, assumes Linux statfs.
+MAKE_ENV.SunOS+=       EV_EPOLL=0 EV_INOTIFY=0
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index