office-gobmx/python/Python-2.6.1-arch_i386.patch
Christian Lohmaier e9d4bad440 allow building internal Python on Mac (needs to be built as framework)
fixes #i111496# (meta), #i111498# & #i111500#
(along with the similar commits to the other repos)
2011-06-06 19:29:37 +02:00

11 lines
465 B
Diff

--- 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 i386"
ARCH_RUN_32BIT=""
elif test "$UNIVERSAL_ARCHS" = "64-bit" ; then