components/python/python27/patches/00-bits.patch
changeset 1954 32663e59626d
parent 1914 00e8dbcb9b1e
child 2028 6fa8f5812e20
--- a/components/python/python27/patches/00-bits.patch	Thu Jun 19 13:53:07 2014 -0700
+++ b/components/python/python27/patches/00-bits.patch	Thu Jun 19 13:54:21 2014 -0700
@@ -1,8 +1,9 @@
 #
 # 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.6/configure.ac.~1~	2013-11-09 23:36:41.000000000 -0800
-+++ Python-2.7.6/configure.ac	2014-05-14 11:47:47.888887846 -0700
+--- Python-2.7.7/configure.ac.~1~       2014-05-31 11:58:40.000000000 -0700
++++ Python-2.7.7/configure.ac   2014-06-02 10:43:06.642237312 -0700
 @@ -5,7 +5,7 @@
  # Set VERSION so we only need to edit in one place (i.e., here)
  m4_define(PYTHON_VERSION, 2.7)
@@ -12,7 +13,7 @@
  
  AC_REVISION($Revision$)
  AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
-@@ -2086,12 +2086,6 @@
+@@ -2079,12 +2079,6 @@
  if test -z "$CCSHARED"
  then
  	case $ac_sys_system/$ac_sys_release in