summaryrefslogtreecommitdiff
path: root/lang/python27/files/extra-patch-configure-pth
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-11-24 13:22:40 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-11-24 13:22:40 +0000
commit9c597eecc629439b2e1629f5d35707330bbe0ac5 (patch)
treecd5448852d4234db094ede1f7c73f0b41d05e98f /lang/python27/files/extra-patch-configure-pth
parent- Fix build with clang [1] (diff)
lang/python27: Update to 2.7.6
- Update to 2.7.6 - Update pkg-plist - Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1] - Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead - Remove patch: patch-Modules-_ctypes-libffi_fficonfig.py.in [2] - QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries - QA: Whitespace alignment Changes: 2.7.6 - November 10, 2013 http://www.python.org/download/releases/2.7.6/ [1] Python removed OPT:Olimit in 3.2+, requested backport or alternative upstream patch: http://bugs.python.org/issue877121 [2] Upstreamed: http://bugs.python.org/issue18178 PR: ports/182952 PR: ports/156759 Reviewed by: antoine, mva
Diffstat (limited to 'lang/python27/files/extra-patch-configure-pth')
-rw-r--r--lang/python27/files/extra-patch-configure-pth12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/python27/files/extra-patch-configure-pth b/lang/python27/files/extra-patch-configure-pth
deleted file mode 100644
index 58e5fc73179d..000000000000
--- a/lang/python27/files/extra-patch-configure-pth
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig 2010-08-15 16:47:39.627297328 +0800
-+++ configure 2010-08-15 16:50:31.353013856 +0800
-@@ -5880,6 +5880,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