pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-gevent py-gevent: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c89a41e18fc4
branches:  trunk
changeset: 368932:c89a41e18fc4
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Fri Sep 22 20:18:54 2017 +0000

description:
py-gevent: fix build on SunOS

Similar fix as in devel/libev is needed for the included libev version.

diffstat:

 net/py-gevent/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cbae7b1ccb86 -r c89a41e18fc4 net/py-gevent/Makefile
--- a/net/py-gevent/Makefile    Fri Sep 22 17:18:42 2017 +0000
+++ b/net/py-gevent/Makefile    Fri Sep 22 20:18:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/08/22 07:57:51 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/22 20:18:54 wiedi Exp $
 
 DISTNAME=      gevent-1.2.2
 PKGREVISION=   1
@@ -17,6 +17,9 @@
 
 USE_LANGUAGES= c c++
 
+# Explicitly disable inotify on SunOS, assumes Linux statfs.
+MAKE_ENV.SunOS+=       ac_cv_header_sys_inotify_h=no
+
 do-test:
        cd ${WRKSRC}/src/greentest && \
                ${SETENV} ${TEST_ENV} ${PYTHONBIN} testrunner.py --config known_failures.py



Home | Main Index | Thread Index | Old Index