diff options
Diffstat (limited to 'python/Python-2.6.1-arch_ppc.patch')
-rw-r--r-- | python/Python-2.6.1-arch_ppc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/Python-2.6.1-arch_ppc.patch b/python/Python-2.6.1-arch_ppc.patch deleted file mode 100644 index d4073ac9de94..000000000000 --- a/python/Python-2.6.1-arch_ppc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- misc/Python-2.6.1/configure 2010-05-06 20:24:36.000000000 +0200 -+++ misc/build/Python-2.6.1/configure 2010-05-06 20:25:17.000000000 +0200 -@@ -4653,7 +4653,7 @@ - if test "${enable_universalsdk}"; then - UNIVERSAL_ARCH_FLAGS="" - if test "$UNIVERSAL_ARCHS" = "32-bit" ; then -- UNIVERSAL_ARCH_FLAGS="-arch ppc -arch i386" -+ UNIVERSAL_ARCH_FLAGS="-arch ppc" - ARCH_RUN_32BIT="" - - elif test "$UNIVERSAL_ARCHS" = "64-bit" ; then |