diff options
Diffstat (limited to 'lang/python-devel/files')
-rw-r--r-- | lang/python-devel/files/patch-configure | 15 | ||||
-rw-r--r-- | lang/python-devel/files/patch-setup.py | 8 |
2 files changed, 7 insertions, 16 deletions
diff --git a/lang/python-devel/files/patch-configure b/lang/python-devel/files/patch-configure index a17f2aa..c17e753 100644 --- a/lang/python-devel/files/patch-configure +++ b/lang/python-devel/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 diff --git a/lang/python-devel/files/patch-setup.py b/lang/python-devel/files/patch-setup.py index b325b89..63779f7 100644 --- a/lang/python-devel/files/patch-setup.py +++ b/lang/python-devel/files/patch-setup.py @@ -1,15 +1,15 @@ ---- setup.py.orig Tue Jun 17 11:51:28 2003 -+++ setup.py Fri Jul 4 17:33:05 2003 +--- setup.py.orig Thu Jul 10 21:48:39 2003 ++++ setup.py Sat Jul 19 16:27:04 2003 @@ -15,7 +15,7 @@ from distutils.command.install_lib import install_lib # This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] -+disabled_module_list = ["_tkinter", "gdbm", "mpz", "pyexpat"] ++disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz", "pyexpat"] def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -1127,7 +1127,7 @@ +@@ -1128,7 +1128,7 @@ ext_modules=[Extension('struct', ['structmodule.c'])], # Scripts to install |