openbsd-ports/databases/py-storm/patches/patch-setup_py
merdely 1e497f6c85 Update to use the cextensions to improve the speed of py-storm.
From MAINTAINER (Will Maier) with help from eric@ (macppc regress
problem).

ok eric@, kili@
2008-01-06 17:09:35 +00:00

13 lines
305 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1 2008/01/06 17:09:35 merdely Exp $
--- setup.py.orig Sun Dec 23 14:27:59 2007
+++ setup.py Sun Dec 23 14:28:12 2007
@@ -11,7 +11,7 @@ if os.path.isfile("MANIFEST"):
os.unlink("MANIFEST")
-BUILD_CEXTENSIONS = False
+BUILD_CEXTENSIONS = True
def find_packages():