diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-19 07:44:46 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-19 07:44:46 +0000 |
commit | ab4b78dba6a9e148a50f8babf7916209592a8f6e (patch) | |
tree | fc7e0028dfbf3bbb128891f65dd6a844179830e1 /lang/python32/files/patch-configure | |
parent | Update to 1.5.1 release. (diff) |
Update to 2.3c1
Diffstat (limited to 'lang/python32/files/patch-configure')
-rw-r--r-- | lang/python32/files/patch-configure | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/lang/python32/files/patch-configure b/lang/python32/files/patch-configure index a17f2aa4095b..c17e753795a5 100644 --- a/lang/python32/files/patch-configure +++ b/lang/python32/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Jun 28 16:46:31 2003 -+++ configure Thu Jul 3 22:29:46 2003 -@@ -3278,6 +3278,12 @@ +--- configure.orig Sun Jul 13 18:46:13 2003 ++++ configure Sat Jul 19 15:21:09 2003 +@@ -3288,6 +3288,12 @@ RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH INSTSONAME="$LDLIBRARY".$SOVERSION ;; @@ -13,12 +13,3 @@ hp*|HP*) LDLIBRARY='libpython$(VERSION).sl' BLDLIBRARY='-Wl,+b,$(LIBDIR) -L. -lpython$(VERSION)' -@@ -3907,7 +3913,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_save_cc="$CC" --CC="$CC -Kthread" -+CC="/nonexistent/ignore/$CC -Kthread" - if test "$cross_compiling" = yes; then - ac_cv_kthread=no - else |