diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2015-07-03 13:27:40 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2015-07-03 13:27:40 +0000 |
commit | 9390be9165c7248208eb40596ee57ee9a9ae2175 (patch) | |
tree | a3bb027b3755b181927204f8d9d39d61af6cd430 /lang/python27/files/patch-Lib__distutils__unixccompiler.py | |
parent | - Add missing change in 1.32.0 update (diff) |
lang/python: Update to 2.7.10
The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree!
Announcement: https://www.python.org/downloads/release/python-2710/
Changelog: https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS
Important changes for this release:
- Python 2.7.10 is a bug fix release of the Python 2.7.x series.
- Fixes issues with LibreSSL 2.2+
PR: 192511, 201088
Differentialr Revision: D2637
Reviewed by: koobs (mentor), vsevolod (mentor), antoine
Approved by: koobs (mentor)
Diffstat (limited to 'lang/python27/files/patch-Lib__distutils__unixccompiler.py')
-rw-r--r-- | lang/python27/files/patch-Lib__distutils__unixccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/patch-Lib__distutils__unixccompiler.py b/lang/python27/files/patch-Lib__distutils__unixccompiler.py index f80797e98e4c..ddaa4bed2316 100644 --- a/lang/python27/files/patch-Lib__distutils__unixccompiler.py +++ b/lang/python27/files/patch-Lib__distutils__unixccompiler.py @@ -4,7 +4,7 @@ --- ./Lib/distutils/unixccompiler.py.orig 2013-11-10 07:36:40.000000000 +0000 +++ ./Lib/distutils/unixccompiler.py 2014-02-19 15:41:48.000000000 +0000 -@@ -228,6 +228,8 @@ +@@ -228,6 +228,8 @@ class UnixCCompiler(CCompiler): if sys.platform[:6] == "darwin": # MacOSX's linker doesn't understand the -R flag at all return "-L" + dir |