diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-04-20 01:35:39 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-04-20 01:35:39 +0000 |
commit | 21c7eb29520ac1b037a61fad06cc3f6deb9d8fec (patch) | |
tree | 10eddd80ada2a63dcbb01b596cd8b78ff92f995d /lang/python27 | |
parent | 658ec3c2ed14b54fe3bd27d2c66fbb5fb4d716cf (diff) | |
download | ports-21c7eb29520ac1b037a61fad06cc3f6deb9d8fec.tar.gz ports-21c7eb29520ac1b037a61fad06cc3f6deb9d8fec.zip |
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/files/patch-Lib__distutils__unixccompiler.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python27/files/patch-Lib__distutils__unixccompiler.py b/lang/python27/files/patch-Lib__distutils__unixccompiler.py index a7e71a0be3cb..f80797e98e4c 100644 --- a/lang/python27/files/patch-Lib__distutils__unixccompiler.py +++ b/lang/python27/files/patch-Lib__distutils__unixccompiler.py @@ -1,3 +1,7 @@ +# Description: Some python extensions can't be compiled with clang 3.4 +# Issue ID: http://bugs.python.org/issue20767 +# Submitted by: antoine + --- ./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 @@ |