From 48331c402fa5f22aed4067947fffac20fe61df14 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 22 Oct 2013 21:49:48 -0500 Subject: add a distro config for MacOSX 64 bits build (10.8 min sdk) Change-Id: I21fbfce72cdf7446845df8ae8f65d6d899163d2f --- distro-configs/LibreOfficeMacOSX64.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 distro-configs/LibreOfficeMacOSX64.conf diff --git a/distro-configs/LibreOfficeMacOSX64.conf b/distro-configs/LibreOfficeMacOSX64.conf new file mode 100644 index 000000000000..73a50b55f095 --- /dev/null +++ b/distro-configs/LibreOfficeMacOSX64.conf @@ -0,0 +1,16 @@ +--with-vendor=The Document Foundation +--enable-64-bit +--enable-epm +--enable-scripting-beanshell +--enable-scripting-javascript +--enable-ext-wiki-publisher +--enable-ext-nlpsolver +--enable-extension-integration +--enable-online-update +--without-system-postgresql +--disable-gtk +--with-help +--with-myspell-dicts +--with-package-format=dmg +--with-macosx-sdk=10.8 +--with-macosx-version-min-required=10.8 -- cgit