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 | 7fbf72e574cbb56168593c58c630d0f89653eb36 (diff) |
Notes
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 |