diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-04-24 14:41:07 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-04-24 14:41:07 +0000 |
commit | e2d7433d3c0120d5afdc7f9a00f4f6c64b4b5fb3 (patch) | |
tree | f590235df35e39b9e1ff149901e1915587f02462 /devel/pyrex | |
parent | 6553884a38ce13b7696e3bb869795133426f3d01 (diff) | |
download | ports-e2d7433d3c0120d5afdc7f9a00f4f6c64b4b5fb3.tar.gz ports-e2d7433d3c0120d5afdc7f9a00f4f6c64b4b5fb3.zip |
Notes
Diffstat (limited to 'devel/pyrex')
-rw-r--r-- | devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py | 11 |
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 - |