svn commit: r335669 - head/lang/python27/files
Kubilay Kocak
koobs at FreeBSD.org
Thu Dec 5 13:33:18 UTC 2013
Author: koobs
Date: Thu Dec 5 13:33:17 2013
New Revision: 335669
URL: http://svnweb.freebsd.org/changeset/ports/335669
Log:
lang/python27: Remove patch-configure, its now a NOOP
lang/python26, lang/python27 and lang/python31 now add
ac_cv_opt_olimit_ok=no to CONFIGURE_ENV to disable functionality that
was removed in Python 3.2+ [1]
Pending a backport of the commit [2] to 2.7, we can now remove the
locally maintained patch to configure that disabled the functionality
when CC = clang.
Apart from being narrower in scope than ac_cv_opt_olimit_ok=no, the patch
doesn't work for FreeBSD versions where clang *is* cc (eg: 10.0+)
[1] http://hg.python.org/lookup/r85656
[2] http://bugs.python.org/issue877121
Reviewed by: antoine
Deleted:
head/lang/python27/files/patch-configure
More information about the svn-ports-all
mailing list