summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-19 17:10:15 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-19 17:16:21 +0300
commit24d1a89285caeaaa0289a06c6be909160ee57583 (patch)
treefae9bc4bfd343ddbf4971ca00e7733b084a884df /external
parent19206458555de6c1043aef8ead96067c3d8bca4d (diff)
Use correct CFBundleExecutable for the LibreOfficePython framework
It should be the basename of the framework. The Python configury already provides that as @PYTHONFRAMEWORK@. Change-Id: I116a34c3bcc8f661abe16b2b5cc1b9268ecd2780
Diffstat (limited to 'external')
-rw-r--r--external/python3/python-3.3.0-darwin.patch.111
1 files changed, 11 insertions, 0 deletions
diff --git a/external/python3/python-3.3.0-darwin.patch.1 b/external/python3/python-3.3.0-darwin.patch.1
index ec4f45f8db74..8e143815c5cc 100644
--- a/external/python3/python-3.3.0-darwin.patch.1
+++ b/external/python3/python-3.3.0-darwin.patch.1
@@ -61,3 +61,14 @@ no /usr/include.
CPMAC=CpMac
APPTEMPLATE=$(srcdir)/Resources/app
+--- python3/Mac/Resources/framework/Info.plist.in
++++ python3/Mac/Resources/framework/Info.plist.in
+@@ -5,7 +5,7 @@
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+- <string>Python</string>
++ <string>@PYTHONFRAMEWORK@</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Python Runtime and Library</string>
+ <key>CFBundleIdentifier</key>