pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-gevent



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 22 20:18:54 UTC 2017

Modified Files:
        pkgsrc/net/py-gevent: Makefile

Log Message:
py-gevent: fix build on SunOS

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-gevent/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-gevent/Makefile
diff -u pkgsrc/net/py-gevent/Makefile:1.8 pkgsrc/net/py-gevent/Makefile:1.9
--- pkgsrc/net/py-gevent/Makefile:1.8   Tue Aug 22 07:57:51 2017
+++ pkgsrc/net/py-gevent/Makefile       Fri Sep 22 20:18:54 2017
@@ -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 @@ MAKE_ENV+=    CARES_EMBED=0 LIBEV_EMBED=0
 
 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