From 21c7eb29520ac1b037a61fad06cc3f6deb9d8fec Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sun, 20 Apr 2014 01:35:39 +0000 Subject: lang/python{31,32,33}: Add clang 3.4 fix from python27 Copy change committed to python27 [1] to python31, python32 and python33 to fix builds of some extensions with Clang 3.4. Also add breadcrumbs to the patch header in lang/python27 referencing the upstream issue. [2] The Python 3.4 port (lang/python34) already carries the patch. [1] https://svnweb.freebsd.org/ports?view=revision&revision=346428 [2] http://bugs.python.org/issue20767 --- lang/python27/files/patch-Lib__distutils__unixccompiler.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/python27/files/patch-Lib__distutils__unixccompiler.py') 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 @@ -- cgit v1.2.3