components/python/python27/patches/00-bits.patch
branchs11-update
changeset 3565 2d729d36ded7
parent 3367 ed5024e47b53
--- a/components/python/python27/patches/00-bits.patch	Fri Dec 19 14:29:54 2014 -0800
+++ b/components/python/python27/patches/00-bits.patch	Wed Dec 17 13:11:04 2014 -0800
@@ -2,8 +2,8 @@
 # This patch makes the pyconfig.h header file 32/64 bit friendly.
 # As it is Solaris-specific, it is not suitable for upstream.
 #
---- Python-2.7.8/configure.ac.~1~	2014-06-29 19:05:48.000000000 -0700
-+++ Python-2.7.8/configure.ac	2014-07-17 20:31:45.866247571 -0700
+--- Python-2.7.9/configure.ac.~1~	2014-12-10 08:00:00.000000000 -0800
++++ Python-2.7.9/configure.ac	2014-12-11 09:13:54.706541603 -0800
 @@ -5,7 +5,7 @@
  # Set VERSION so we only need to edit in one place (i.e., here)
  m4_define(PYTHON_VERSION, 2.7)
@@ -13,7 +13,7 @@
  
  AC_REVISION($Revision$)
  AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
-@@ -2092,12 +2092,6 @@
+@@ -2095,12 +2095,6 @@
  if test -z "$CCSHARED"
  then
  	case $ac_sys_system/$ac_sys_release in