Author: matkor Date: Thu Feb 24 16:02:50 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - Release 4. swig_sources(...) args fix for Python 2.4. STBR for Ac.
---- Files affected: SOURCES: python-Pyrex-py24-swig_sources.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/python-Pyrex-py24-swig_sources.patch diff -u /dev/null SOURCES/python-Pyrex-py24-swig_sources.patch:1.1 --- /dev/null Thu Feb 24 17:02:50 2005 +++ SOURCES/python-Pyrex-py24-swig_sources.patch Thu Feb 24 17:02:45 2005 @@ -0,0 +1,11 @@ +--- Pyrex-0.9.3/Pyrex/Distutils/build_ext.py.orig 2005-02-24 16:48:23.380736088 +0100 ++++ Pyrex-0.9.3/Pyrex/Distutils/build_ext.py 2005-02-24 16:49:43.524552376 +0100 +@@ -32,7 +32,7 @@ + if self.compiler == 'mingw32': + self.swig_cpp = 1 + +- def swig_sources (self, sources): ++ def swig_sources (self, sources, extension=None): + if not self.extensions: + return + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
