svn commit: r348932 - head/math/py-numpy/files
Dmitry Sivachenko
demon at FreeBSD.org
Mon Mar 24 10:39:14 UTC 2014
Author: demon
Date: Mon Mar 24 10:39:13 2014
New Revision: 348932
URL: http://svnweb.freebsd.org/changeset/ports/348932
QAT: https://qat.redports.org/buildarchive/r348932/
Log:
Replace TABs with spaces, otherwise it breaks with python-3.
Modified:
head/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py
Modified: head/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py
==============================================================================
--- head/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py Mon Mar 24 10:36:54 2014 (r348931)
+++ head/math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py Mon Mar 24 10:39:13 2014 (r348932)
@@ -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
More information about the svn-ports-head
mailing list