diff options
Diffstat (limited to 'python/Python-2.6.1-sysbase.patch')
-rw-r--r-- | python/Python-2.6.1-sysbase.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/python/Python-2.6.1-sysbase.patch b/python/Python-2.6.1-sysbase.patch deleted file mode 100644 index fb81056c1595..000000000000 --- a/python/Python-2.6.1-sysbase.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- misc/Python-2.6.1/configure Thu Mar 17 13:00:41 2011 -+++ misc/build/Python-2.6.1/configure Thu Mar 17 12:58:50 2011 -@@ -2042,7 +2042,9 @@ - if test -z "$MACHDEP" - then - ac_sys_system=`uname -s` -- if test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \ -+ if test -n "$OOO_SYSBASE_SYS_RELEASE"; then -+ ac_sys_release=$OOO_SYSBASE_SYS_RELEASE -+ elif test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \ - -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then - ac_sys_release=`uname -v` - else |