Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / python / Python-2.6.1-arch_ppc.patch
blobd4073ac9de94d9378e67adea7f0da993bec55583
1 --- misc/Python-2.6.1/configure 2010-05-06 20:24:36.000000000 +0200
2 +++ misc/build/Python-2.6.1/configure 2010-05-06 20:25:17.000000000 +0200
3 @@ -4653,7 +4653,7 @@
4 if test "${enable_universalsdk}"; then
5 UNIVERSAL_ARCH_FLAGS=""
6 if test "$UNIVERSAL_ARCHS" = "32-bit" ; then
7 - UNIVERSAL_ARCH_FLAGS="-arch ppc -arch i386"
8 + UNIVERSAL_ARCH_FLAGS="-arch ppc"
9 ARCH_RUN_32BIT=""
11 elif test "$UNIVERSAL_ARCHS" = "64-bit" ; then