summaryrefslogtreecommitdiff
path: root/devel/pyrex
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-04-24 14:41:07 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-04-24 14:41:07 +0000
commite2d7433d3c0120d5afdc7f9a00f4f6c64b4b5fb3 (patch)
treef590235df35e39b9e1ff149901e1915587f02462 /devel/pyrex
parent- Fix build when detect pthread_cancel (7.x) (diff)
Remove stale patch which should be removed in the recent update.
PR: 96249 Submitted by: Piet Delport <pjd@satori.za.net>
Diffstat (limited to 'devel/pyrex')
-rw-r--r--devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py b/devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py
deleted file mode 100644
index 74153ae6f364..000000000000
--- a/devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- Pyrex/Distutils/build_ext.py.orig Sun Dec 5 12:11:14 2004
-+++ Pyrex/Distutils/build_ext.py Sun Dec 5 12:11:41 2004
-@@ -32,7 +32,7 @@
- if self.compiler == 'mingw32':
- self.swig_cpp = 1
-
-- def swig_sources (self, sources):
-+ def swig_sources (self, sources, extension=None): # workaround for 2.4 compat
- if not self.extensions:
- return
-