configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 78d58bc5b0ff535551c819d214535067fcaa05f0
Author: Herbert Dürr <[email protected]>
Date: Fri Dec 5 07:46:41 2014 +0000
#i125921# fix autodetection of the OSX 10.10 SDK
which failed because the autodetection only worked with single-digit
minor-versions.
Patch-by: Thorsten Wagner <[email protected]>
Found-by: Thorsten Wagner <[email protected]>
Review-by: Herbert Duerr <[email protected]>
diff --git a/configure.in b/configure.in
index b7d1fc3..ea90014 100644
--- a/configure.in
+++ b/configure.in
@@ -3936,7 +3936,7 @@ if test "$_os" = "Darwin"; then
else
MACOSX_DEPLOYMENT_TARGET=$sdk_target
- sdk_found=`xcodebuild -showsdks | grep "sdk macosx10.[[789]]" | sed -e
"s/.*sdk //" | head -n1`
+ sdk_found=`xcodebuild -showsdks | egrep "sdk macosx10.(7|8|9|10)" | sed
-e "s/.*sdk //" | tail -n1`
if test -z "$sdk_found"; then
AC_MSG_ERROR([No SDK with OSX $sdk_target compatibility found])
else
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits