summaryrefslogtreecommitdiff
path: root/math/py-numpy/patches/patch-numpy_distutils_ccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numpy/patches/patch-numpy_distutils_ccompiler.py')
-rw-r--r--math/py-numpy/patches/patch-numpy_distutils_ccompiler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numpy/patches/patch-numpy_distutils_ccompiler.py b/math/py-numpy/patches/patch-numpy_distutils_ccompiler.py
index a9c0780b96a..f235559fdac 100644
--- a/math/py-numpy/patches/patch-numpy_distutils_ccompiler.py
+++ b/math/py-numpy/patches/patch-numpy_distutils_ccompiler.py
@@ -1,10 +1,10 @@
-$NetBSD: patch-numpy_distutils_ccompiler.py,v 1.1 2013/05/20 05:59:58 adam Exp $
+$NetBSD: patch-numpy_distutils_ccompiler.py,v 1.2 2015/04/17 00:41:38 wen Exp $
Hack: use compiler with CFLAGS for linking executables.
---- numpy/distutils/ccompiler.py.orig 2013-05-19 19:28:28.000000000 +0000
+--- numpy/distutils/ccompiler.py.orig 2015-02-01 16:38:21.000000000 +0000
+++ numpy/distutils/ccompiler.py
-@@ -199,6 +199,7 @@ def CCompiler_compile(self, sources, out
+@@ -201,6 +201,7 @@ def CCompiler_compile(self, sources, out
src = cyg2win32(src)
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
else: