openbsd-ports/devel/py-uv/patches/patch-setup_libuv_py
edd cf6522f5be Import devel/py-uv.
---8<---
pyuv is a Python module which provides an interface to libuv. libuv is a high
performance asynchronous networking and platform abstraction library.
--->8---

OK tb@, shadchin@. Thanks.
2017-05-12 10:08:32 +00:00

13 lines
522 B
Plaintext

$OpenBSD: patch-setup_libuv_py,v 1.1.1.1 2017/05/12 10:08:32 edd Exp $
--- setup_libuv.py.orig Sat Apr 15 13:44:46 2017
+++ setup_libuv.py Sat Apr 15 13:46:13 2017
@@ -142,7 +142,7 @@ class libuv_build_ext(build_ext):
self.libuv_clean_compile = 0
self.libuv_force_fetch = 0
self.libuv_verbose_build = 0
- self.use_system_libuv = 0
+ self.use_system_libuv = 1
def build_extensions(self):
self.force = self.force or self.libuv_force_fetch or self.libuv_clean_compile