summaryrefslogtreecommitdiff
path: root/devel/py-cython/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cython/patches/patch-ab')
-rw-r--r--devel/py-cython/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/py-cython/patches/patch-ab b/devel/py-cython/patches/patch-ab
new file mode 100644
index 00000000000..217d3b01d03
--- /dev/null
+++ b/devel/py-cython/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2010/07/15 17:41:57 drochner Exp $
+
+--- runtests.py.orig 2010-02-02 10:11:17.000000000 +0000
++++ runtests.py
+@@ -604,7 +604,7 @@ class EmbedTest(unittest.TestCase):
+ os.chdir(self.old_dir)
+
+ def test_embed(self):
+- self.assert_(os.system("make test > make.output") == 0)
++ self.assert_(os.system("gmake test PYTHON=%s > make.output" % sys.executable) == 0)
+
+ class MissingDependencyExcluder:
+ def __init__(self, deps):