summaryrefslogtreecommitdiff
path: root/devel/py-cython/patches
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cython/patches')
-rw-r--r--devel/py-cython/patches/patch-ac8
-rw-r--r--devel/py-cython/patches/patch-runtests.py (renamed from devel/py-cython/patches/patch-ab)8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-cython/patches/patch-ac b/devel/py-cython/patches/patch-ac
index e7d52bf190c..9592274b6ca 100644
--- a/devel/py-cython/patches/patch-ac
+++ b/devel/py-cython/patches/patch-ac
@@ -1,11 +1,11 @@
-$NetBSD: patch-ac,v 1.4 2012/12/16 16:07:53 wiz Exp $
+$NetBSD: patch-ac,v 1.5 2014/09/14 17:44:49 wiz Exp $
Add missing rpath.
---- Demos/embed/Makefile.orig 2012-12-14 08:53:21.000000000 +0000
+--- Demos/embed/Makefile.orig 2014-09-10 15:49:05.000000000 +0000
+++ Demos/embed/Makefile
-@@ -15,7 +15,7 @@ LIBS=$(shell $(PYTHON) -c "import distut
- SYSLIBS= $(shell $(PYTHON) -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('SYSLIBS'))")
+@@ -15,7 +15,7 @@ LIBS := $(shell $(PYTHON) -c "import dis
+ SYSLIBS := $(shell $(PYTHON) -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('SYSLIBS'))")
embedded: embedded.o
- $(LINKCC) -o $@ $^ -L$(LIBDIR1) -L$(LIBDIR2) -l$(PYLIB) $(LIBS) $(SYSLIBS) $(LINKFORSHARED)
diff --git a/devel/py-cython/patches/patch-ab b/devel/py-cython/patches/patch-runtests.py
index 32a89cb77d4..46d49949168 100644
--- a/devel/py-cython/patches/patch-ab
+++ b/devel/py-cython/patches/patch-runtests.py
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.3 2012/08/12 21:08:46 wiz Exp $
+$NetBSD: patch-runtests.py,v 1.1 2014/09/14 17:44:49 wiz Exp $
Use correct make for pkgsrc.
---- runtests.py.orig 2012-04-21 11:34:22.000000000 +0000
+--- runtests.py.orig 2014-09-10 15:49:05.000000000 +0000
+++ runtests.py
-@@ -1100,12 +1100,12 @@ class EmbedTest(unittest.TestCase):
+@@ -1450,12 +1450,12 @@ class EmbedTest(unittest.TestCase):
self.old_dir = os.getcwd()
os.chdir(self.working_dir)
os.system(
@@ -19,7 +19,7 @@ Use correct make for pkgsrc.
except:
pass
os.chdir(self.old_dir)
-@@ -1126,7 +1126,7 @@ class EmbedTest(unittest.TestCase):
+@@ -1476,7 +1476,7 @@ class EmbedTest(unittest.TestCase):
cython = os.path.join(CY3_DIR, cython)
cython = os.path.abspath(os.path.join('..', '..', cython))
self.assert_(os.system(