]> git.pld-linux.org Git - packages/python.git/commitdiff
- sparc64 fix
authortommat <tommat@pld-linux.org>
Mon, 19 Mar 2007 13:55:39 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-lib64.patch -> 1.16

python-lib64.patch

index 8c13e3787e5c069d9342e272700dac8c0aa0ccb0..d243ff4fe07b30faf0421dc9d6875e58d3be4669 100644 (file)
@@ -191,7 +191,7 @@ diff -Nur Python-2.5b2.orig/Modules/getpath.c Python-2.5b2/Modules/getpath.c
  #endif
  
 +#ifndef LIB_PYTHON
-+#if defined(__x86_64__)
++#if defined(__x86_64__) || (defined(__sparc__) && defined(__arch64__))
 +#define LIB_PYTHON "lib64/python"
 +#else
 +#define LIB_PYTHON "lib/python"
This page took 0.036821 seconds and 4 git commands to generate.