summaryrefslogtreecommitdiff
path: root/devel/pyrex
diff options
context:
space:
mode:
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
-