components/python/python34/patches/15-include.patch
branchs11-update
changeset 3778 35735ffdda43
child 2183 5d00686e81da
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
       
     1 On Solaris pyconfig.h is delivered in the normal python header directory.
       
     2 As this is Solaris-specific, it is not suitable for upstream.
       
     3 
       
     4 --- Python-3.4.0/Lib/distutils/sysconfig.py.~1~	2014-03-16 19:31:29.000000000 -0700
       
     5 +++ Python-3.4.0/Lib/distutils/sysconfig.py	2014-03-17 13:50:16.261084406 -0700
       
     6 @@ -242,7 +242,7 @@
       
     7          else:
       
     8              inc_dir = _sys_home or project_base
       
     9      else:
       
    10 -        inc_dir = get_python_inc(plat_specific=1)
       
    11 +        inc_dir = get_python_inc(plat_specific=0)
       
    12      if get_python_version() < '2.2':
       
    13          config_h = 'config.h'
       
    14      else: