diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-11-24 14:03:44 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-11-24 14:03:44 +0000 |
commit | c72565fa716aca41d7c720f209473fac633f22da (patch) | |
tree | 7ff7665ecd0f28205372bf2617a86596d0c8c2ab /lang/python26/files | |
parent | - Oops, fix plist (diff) |
lang/python26: Fix CFLAGS in python-config where cc = clang
- Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1]
- Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead
- QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries
- QA: Whitespace alignment
- QA: Clarify DEPRECATED message
[1] Python removed OPT:Olimit in 3.2+, requested backport or
alternative upstream patch: http://bugs.python.org/issue877121
PR: ports/182952
Submitted by: pawel
Reviewed by: antoine
Notes
Notes:
svn path=/head/; revision=334727
Diffstat (limited to 'lang/python26/files')
-rw-r--r-- | lang/python26/files/extra-patch-configure-pth | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/python26/files/extra-patch-configure-pth b/lang/python26/files/extra-patch-configure-pth deleted file mode 100644 index 707ff0d378f6..000000000000 --- a/lang/python26/files/extra-patch-configure-pth +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2010-09-13 09:44:44.000000000 +0800 -+++ configure 2010-09-13 09:47:25.000000000 +0800 -@@ -5693,6 +5693,9 @@ - CC="$ac_save_cc" - fi - -+# XXX Explicitly disable system pthread libraries. -+ac_cv_pthread=no -+ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthread" >&5 - $as_echo "$ac_cv_pthread" >&6; } - fi |