diff options
author | wen <wen@FreeBSD.org> | 2010-09-13 10:12:03 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-13 10:12:03 +0800 |
commit | e27a2ff07391cbbbddb2ee19ec8876b0adfa022c (patch) | |
tree | 251e169cc5edb8ba5f40219b5885529de2ea1165 /lang | |
parent | 6c0f96e6befdb015e257553f41c2ffb7658b3535 (diff) | |
download | freebsd-ports-gnome-e27a2ff07391cbbbddb2ee19ec8876b0adfa022c.tar.gz freebsd-ports-gnome-e27a2ff07391cbbbddb2ee19ec8876b0adfa022c.tar.zst freebsd-ports-gnome-e27a2ff07391cbbbddb2ee19ec8876b0adfa022c.zip |
- Fix the build with pth.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python26/files/extra-patch-configure-pth | 10 |
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 |