summaryrefslogtreecommitdiff
path: root/math/py-numpy/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2014-03-24 10:39:13 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2014-03-24 10:39:13 +0000
commit0ca8d2f855782e65a517758d81619a3e05b71d3d (patch)
tree83ea31c83d4a0392076a982c8a6ab4f9d6bad14d /math/py-numpy/files
parent- Update to 1.972 (diff)
Replace TABs with spaces, otherwise it breaks with python-3.
Notes
Notes: svn path=/head/; revision=348932
Diffstat (limited to 'math/py-numpy/files')
-rw-r--r--math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py b/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py
index f24e3933da2b..8ef32286e6c0 100644
--- a/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py
+++ b/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py
@@ -22,8 +22,8 @@
def get_flags_linker_so(self):
opt = self.linker_so[1:]
-+ if 'FFLAGS' in os.environ:
-+ opt.append(os.environ['FFLAGS'])
++ if 'FFLAGS' in os.environ:
++ opt.append(os.environ['FFLAGS'])
if sys.platform=='darwin':
target = os.environ.get('MACOSX_DEPLOYMENT_TARGET', None)
# If MACOSX_DEPLOYMENT_TARGET is set, we simply trust the value