Page Breaks: avoid flickering of the tab by drawing it over the line
[LibreOffice.git] / python / Python-2.6.1-arch_i386.patch
blob6dca2c327abb1e34df7c9e4eff07f6fe60057126
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 i386"
9 ARCH_RUN_32BIT=""
11 elif test "$UNIVERSAL_ARCHS" = "64-bit" ; then