summaryrefslogtreecommitdiff
path: root/python/Python-2.6.1-arch_i386.patch
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-06 18:21:14 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-06 19:29:37 +0200
commite9d4bad4408320425dd0916065f4a484a9393af1 (patch)
treeb9697c7143efcfa8a9151f1427c124cb0c01b69b /python/Python-2.6.1-arch_i386.patch
parent251b4d282b26d65ff17fd404727e9359f495b227 (diff)
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)
Diffstat (limited to 'python/Python-2.6.1-arch_i386.patch')
-rw-r--r--python/Python-2.6.1-arch_i386.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/Python-2.6.1-arch_i386.patch b/python/Python-2.6.1-arch_i386.patch
new file mode 100644
index 000000000000..6dca2c327abb
--- /dev/null
+++ b/python/Python-2.6.1-arch_i386.patch
@@ -0,0 +1,11 @@
+--- 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