summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/21_all_distutils_c++.patch')
-rw-r--r--patches/21_all_distutils_c++.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/21_all_distutils_c++.patch b/patches/21_all_distutils_c++.patch
index b30b2eb..873f745 100644
--- a/patches/21_all_distutils_c++.patch
+++ b/patches/21_all_distutils_c++.patch
@@ -205,7 +205,7 @@ https://bugs.python.org/issue1222585
}
if sys.platform[:6] == "darwin":
-@@ -112,12 +115,19 @@
+@@ -114,12 +117,19 @@
def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
compiler_so = self.compiler_so
@@ -227,7 +227,7 @@ https://bugs.python.org/issue1222585
except DistutilsExecError, msg:
raise CompileError, msg
-@@ -174,23 +184,16 @@
+@@ -176,23 +186,16 @@
ld_args.extend(extra_postargs)
self.mkpath(os.path.dirname(output_filename))
try:
@@ -262,7 +262,7 @@ https://bugs.python.org/issue1222585
linker = _osx_support.compiler_fixup(linker, ld_args)
--- Makefile.pre.in
+++ Makefile.pre.in
-@@ -497,7 +497,7 @@
+@@ -544,7 +544,7 @@
*\ -s*|s*) quiet="-q";; \
*) quiet="";; \
esac; \