python/python.patch

changeset 524
241043c7d657
parent 370
6475ac4895a9
child 784
8a194ef19c9c
     1.1 --- a/python/python.patch	Fri Aug 24 20:52:12 2012 +0200
     1.2 +++ b/python/python.patch	Tue Aug 28 18:28:20 2012 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  Index: configure
     1.5 ---- configure.orig	2010-11-01 02:47:19.000000000 +0100
     1.6 -+++ configure	2010-12-05 18:07:39.000000000 +0100
     1.7 +--- configure.orig	2011-06-11 17:46:28.000000000 +0200
     1.8 ++++ configure	2011-12-11 16:42:17.000000000 +0100
     1.9  @@ -3920,9 +3920,9 @@
    1.10     CFLAGS=$ac_save_CFLAGS
    1.11   elif test $ac_cv_prog_cc_g = yes; then
    1.12 @@ -32,8 +32,8 @@
    1.13   		    if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null
    1.14   		    then
    1.15  Index: setup.py
    1.16 ---- setup.py.orig	2010-10-31 17:40:21.000000000 +0100
    1.17 -+++ setup.py	2010-12-05 18:05:56.000000000 +0100
    1.18 +--- setup.py.orig	2011-06-11 17:46:28.000000000 +0200
    1.19 ++++ setup.py	2011-12-11 16:43:40.000000000 +0100
    1.20  @@ -369,8 +369,8 @@
    1.21   
    1.22       def detect_modules(self):
    1.23 @@ -87,4 +87,3 @@
    1.24               for dir in inc_dirs:
    1.25                   tcl_include_sub += [dir + os.sep + "tcl" + dotversion]
    1.26                   tk_include_sub += [dir + os.sep + "tk" + dotversion]
    1.27 -Common subdirectories: Python-2.7.2.orig/Tools and Python-2.7.2/Tools

mercurial