summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-09-13 02:12:03 +0000
committerWen Heping <wen@FreeBSD.org>2010-09-13 02:12:03 +0000
commit24a672c7d5b78c723046d5a4e48765e3221f0f4a (patch)
treecdf787d472d8b14ccb8ef151bd910df057899a0f /lang/python26
parentpcpustat provides per-cpu usage statistics in a format that can be piped. (diff)
- Fix the build with pth.
Notes
Notes: svn path=/head/; revision=261056
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/files/extra-patch-configure-pth10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python26/files/extra-patch-configure-pth b/lang/python26/files/extra-patch-configure-pth
index dca00011cac4..707ff0d378f6 100644
--- a/lang/python26/files/extra-patch-configure-pth
+++ b/lang/python26/files/extra-patch-configure-pth
@@ -1,12 +1,12 @@
---- configure.orig 2009-03-12 14:16:24.000000000 +0000
-+++ configure 2009-03-12 14:17:16.000000000 +0000
-@@ -5230,6 +5230,9 @@
+--- 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
+
- { echo "$as_me:$LINENO: result: $ac_cv_pthread" >&5
- echo "${ECHO_T}$ac_cv_pthread" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthread" >&5
+ $as_echo "$ac_cv_pthread" >&6; }
fi