[Libreoffice-commits] .: set_soenv.in
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Jul 26 17:13:20 PDT 2011
set_soenv.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit c4b532b082f6d0793e3ab1c16e05952f61ecd9ee
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Jul 26 19:12:57 2011 -0500
oops lost the patch to export the MacOSX variable inset_soenv.in
diff --git a/set_soenv.in b/set_soenv.in
index 98389f0..9a764dc 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1645,7 +1645,10 @@ if ( $platform =~ m/darwin/ && $platform !~ m/^arm/)
# unless you want to do runtime checks for 10.5 api, you also want to use the 10.4 sdk
# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro)
# http://developer.apple.com/technotes/tn2002/tn2064.html
- ToFile( "MACOSX_DEPLOYMENT_TARGET", "10.4", "e" );
+ ToFile( "MACOSX_DEPLOYMENT_TARGET", "@MACOSX_DEPLOYMENT_TARGET@", "e" );
+ ToFile( "MACOSX_SDK_PATH", "@MACOSX_SDK_PATH@", "e" );
+ ToFile( "MAC_OS_X_VERSION_MIN_REQUIRED", "@MAC_OS_X_VERSION_MIN_REQUIRED@", "e" );
+ ToFile( "MAC_OS_X_VERSION_MAX_ALLOWED", "@MAC_OS_X_VERSION_MAX_ALLOWED@", "e" );
}
#
More information about the Libreoffice-commits
mailing list