Author: gb
Date: Tue Dec  5 11:48:38 2006
New Revision: 90758

Modified:
   packages/cooker/python/current/SOURCES/Python-2.4.1-lib64.patch

Log:
Merge from CS3-branch: ppc64 is a lib64 platform


Modified: packages/cooker/python/current/SOURCES/Python-2.4.1-lib64.patch
==============================================================================
--- packages/cooker/python/current/SOURCES/Python-2.4.1-lib64.patch     
(original)
+++ packages/cooker/python/current/SOURCES/Python-2.4.1-lib64.patch     Tue Dec 
 5 11:48:38 2006
@@ -69,7 +69,7 @@
 +esac
 +
 +case $ARCH:$python_cv_cc_64bit_output in
-+powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
++ppc64:yes | powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
 +  LIB="lib64"
 +  ;;
 +*:*)
@@ -133,7 +133,7 @@
  #endif
  
 +#ifndef LIB_PYTHON
-+#if defined(__x86_64__)
++#if defined(__x86_64__) || defined(__powerpc64__)
 +#define LIB_PYTHON "lib64/python" VERSION
 +#else
 +#define LIB_PYTHON "lib/python" VERSION

Reply via email to